Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I put quotes into a string?
Message
 
À
16/07/1999 15:23:53
Brent Knight
Progressive Impressions International
Bloomington, Illinois, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00242523
Message ID:
00242670
Vues:
19
>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"'
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform