Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending a double quote to a string
Message
 
 
À
24/08/2004 10:01:24
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00935903
Message ID:
00935906
Vues:
18
Mike,

You can use single quotes, double quotes or square brackets as string literal delimiters.
["] + string + ["]
* Or
'"' + string + '"'
>For one of my COM object, I need to append a double quotation at the beginning and end of my string, but I cannot find the syntax to do so. I have tried using:
>
>""" + string + """
>
>But that did not work for obvious reasons. Can anybody help me out here? Thanks!
>
>MAC
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform