Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basic User Input to search and report
Message
De
24/04/2000 13:27:17
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00355661
Message ID:
00362823
Vues:
29
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform