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?
[4.30-B3x86] ReplaceString() doesn't work?
[4.30-B3x86] ReplaceString() doesn't work?
MacBook Pro-M1 (2021), Tahoe 26.1, PB 6.30b2
Code: Select all
a$="This is Art"
a$ = ReplaceString(a$, " is", " was") ; Will display "This is Art"
MessageRequester(a$,"") PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.


