[4.30-B3x86] ReplaceString() doesn't work?
Posted: Mon Oct 20, 2008 12:49 am
Works fine in PPC but doesn't seem to work in x86.
a$="This is Art"
ReplaceString(a$, " is", " was") ; Will display "This is Art"
MessageRequester(a$,"")
Am I doing something wrong?
a$="This is Art"
ReplaceString(a$, " is", " was") ; Will display "This is Art"
MessageRequester(a$,"")
Am I doing something wrong?