Page 1 of 1

There's no escape

Posted: Sat Jun 30, 2018 8:08 am
by steved
The escape character is always decremented by 1 after saving a script in the database and then re-opening it.
Save WRITELN REPLACE_ALL("RANDOM()","ANDOM\\(\\)","") ;
Re-open the script and get:
WRITELN REPLACE_ALL("RANDOM()","ANDOM\(\)","") ;

Re: There's no escape

Posted: Thu Jul 12, 2018 6:22 am
by Dave
I can confirm this is a bug, and I've made a note to include the fix in the next update.