Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I put quotes into a string?
Message
 
To
16/07/1999 15:23:53
Brent Knight
Progressive Impressions International
Bloomington, Illinois, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00242523
Message ID:
00242670
Views:
18
>I am wanting to put quotes into a string.
>
>I have a message box that I want to put "" into. What is the escape character so I may use the quotes. I don't want to have to resort to using Ascii codes.
>
>
>Thank you

Brent,

VFP has three sets of string delimiters, just use one of the others.

lcString = ["Hello"]

- OR -

lcString = '"Hello"'
Previous
Reply
Map
View

Click here to load this message in the networking platform