|
-
Jul 19th, 2008, 12:48 AM
#1
Thread Starter
Lively Member
[RESOLVED] Add " to string variable
How can I put " in a string variable?
Thanks.
-
Jul 19th, 2008, 12:50 AM
#2
Re: Add " to string variable
Yes:
strText = """"
The logic is: dual quotes within quotes is equal to one quote character.
So "A""B" will result A"B
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|