Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Single + Double Quotes -- Commenting Out
Message
 
À
31/08/1999 08:06:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00259589
Message ID:
00259594
Vues:
19
Mike:

Try this before the REPLACE

MyVar = STRTRAN(MyVar,"'","")
MyVar = STRTRAN(MyVar,'"',"")

HTH,

--Paul

>I have a string variable I want to insert into a database. The variable contains both single and double quotes, and I'm having difficulty commenting out both sets of quotes. What is the proper syntax for doing so?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform