> 
> replace "bug" with "feature" in myString  ?
> 
in REALBasic I extended the string class so that I can

someString.replaceAll("bug","feature")

without extending it would be
someString = replaceAll( someString, "bug", "feature" )

Keith Hutchison
Balance-Infosystems.Com

postgresql - mysql - dbf 
Foxpro - Delphi - MS Access - REALbasic - Java
http://balance-infosystems.com http://realopen.org 
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to