mIRC Home    About    Download    Register    News    Help

Print Thread
#11906 18/02/03 01:31 PM
Joined: Feb 2003
Posts: 76
G
Babel fish
OP Offline
Babel fish
G
Joined: Feb 2003
Posts: 76
How can i replace spaces in a piece of data? Leaving a space in $reptok doean't work. Any ideas? I want to replace spaces with +, to be more specific. Help ppl! frown

#11907 18/02/03 01:33 PM
Joined: Feb 2003
Posts: 76
G
Babel fish
OP Offline
Babel fish
G
Joined: Feb 2003
Posts: 76
Using the ascii number for space worked just fine finally! sorry for interrupting wink

#11908 18/02/03 02:02 PM
Joined: Dec 2002
Posts: 77
B
Babel fish
Offline
Babel fish
B
Joined: Dec 2002
Posts: 77
or use $replace(string, $chr(32), +)


Link Copied to Clipboard