Within my Mapbasic application I want to run an SQL command via Run Command.
Simplified the SQL command looks like : Select * From Table Where Id="abc"
So I need to generate a String, like String= "Select * From Table Where
Id="abc" "
This fails, because of the combination of "'s.
Anyone knows how I can tell MapBasic that I really want the character " in
my String (\" does not work).

Thanks a lot!

Bart Maes

 
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to