Why does the message box show
ef
when the code below is run?
Regards,
Bern
------------------
Bern
www.insighttrading.com.au
ef
when the code below is run?
Code:
#COMPILE EXE FUNCTION PBMAIN() AS LONG LOCAL mystring AS STRING mystring="abcd" REPLACE ANY "ef" WITH " " IN mystring MSGBOX mystring END FUNCTION
Bern
------------------
Bern
www.insighttrading.com.au
Comment