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.

