 |
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Tue Oct 12, 2004 11:20 pm
looking for a function of sorts |
what im trying to do is take something like "-=A Belt=-" and parse it so that it can be placed into a URL that can be sent to IE. ANy help?
|
|
_________________ The Seaworthy |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Oct 13, 2004 3:58 am |
Use %replace to replace nonalphanumeric characters with the appropriate strings. For instance,
%replace( @object, " ", "&20") |
|
_________________ LightBulb
Senior member
Most scripts in this forum are written for Command Line entry.
Don't even open the Settings Editor unless its use is specified or obvious. |
|
|
 |
|
|