quoting
quoting
- Subject: quoting
- From: Chris Garaffa <email@hidden>
- Date: Thu, 17 Jul 2003 14:37:11 -0400
Hey everyone, I'm thoroughly confused -- I need to add a double quote
(")to a string. So I tried:
set gSQLString to gSQLString & "\"" & someData & "\""
which didn't work, so I tried
set gSQLString to gSQLString & (ASCII character 34) & someData & (ASCII
character 34)
Both produce an almost-correct string, except when I log it, the quote
shows up as \" both times.
How can I get around this?
Thanks,
--
Chris Garaffa
email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.