[Gambas-user] Issue 569 in gambas: Replace$ doenst work.
gambas at ...2524...
gambas at ...2524...
Sat Oct 18 14:38:06 CEST 2014
Updates:
Status: Invalid
Labels: -OpSys-Linux -Dist-Ubuntu OpSys-Any Dist-Any
Comment #1 on issue 569 by tabo... at ...626...: Replace$ doenst work.
https://code.google.com/p/gambas/issues/detail?id=569
Replace$() does not modify its argument, it returns a value instead
(because it is a function and not a method). To get your string without
spaces into the myString variable, do:
myString = Replace$(myString, " ", "_")
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list