Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic User Input to search and report
Message
From
24/04/2000 13:27:17
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00355661
Message ID:
00362823
Views:
18
>Doh! I see. I was making it too complicated.
>You know I could not find [] or quote encapsulation in vfp help.
>Thanks

Here's a reference from VFP help:

Creating Character Expressions
See Also

Compose character expressions by combining character operators with the following Visual FoxPro elements:

Character fields.


Functions that return character values.


Variables and array elements that contain character data.


Character constants, called string literals.
You can embed quotation marks(" and ') in a character string by enclosing the character string within square brackets ([ ]):

STORE [Robert's Diner] TO cCompanyName
STORE [See the "Sunday Special"] TO cBanner

You can also embed quotation marks by enclosing the character string with quotation marks of the alternate type:

STORE "Robert's Diner" TO cCompanyName
STORE 'See the "Sunday Special"' TO cBanner
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform