[Gambas-user] Problem with Replace$

Carl Bouchaux carl.bouchaux at ...11...
Tue Jul 26 17:21:03 CEST 2005


I can't do any Replace with strings :
an example :

This code don't works :

Dim a as string
Dim b as string
a = "Test't"
b= Replace$(a, "'", "\'")


b must be "Test\'t" after, no ?

what's the problem ?

tks
Carl




More information about the User mailing list