[Done] PB 5.4 LTS Literal string issue with ";"?
Posted: Tue Dec 01, 2015 11:48 am
Greetings to all,
Literal string not terminated (" missing).
When I remove ";" or insert any other character instead, it works properly. This line should display
Further more:
Returns
Windows 7, x86. What am I doing wrong?
With my best,
Bruno
Edit: Seems to work in Beta1 LTS 5.41.
Code: Select all
Debug ~"\";)"When I remove ";" or insert any other character instead, it works properly. This line should display
Code: Select all
";)Code: Select all
Debug ~"INSERT INTO users (id_card, email, name, surname, address, contact, dob) VALUES (" + CardID +
~", \"" + strUserToCardEmail +
~", \"" + strUserToCardName +
~", \"" + strUserToCardSurname +
~", \"" + strUserToCardAddress +
~", \"" + strUserToCardContact +
~", \"" + dgadDOB + ~"\")" + ";"Code: Select all
Unfinished double quote.With my best,
Bruno
Edit: Seems to work in Beta1 LTS 5.41.