[Gambas-user] About Replace$

Héctor Fernández López trorrr at ...397...
Sun May 30 14:21:41 CEST 2004


Hi, i try to convert every space in a string in a \+space for passing it to a 
process as a unique parameter.  I use:
SomeString = Replace$(SourceString, " ", "\ ")
and it says me:
Bad character constant in string en linea 31 en Principal.class

am i doing something wrong?




More information about the User mailing list