Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View simple problem
Message
De
09/11/2000 10:46:14
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00439246
Message ID:
00439685
Vues:
30
Nadya:

Modify the Otherwise case to obtain the correct result. I had the right comment but did not code it correctly.

Daniel

Otherwise
If Not llDiscard Then
*-- This word is a tablename; must set discard next word
*-- not a keyword because it will be a local alias
If At(',' + lcWord, lcRetVal) = 0 Then
lcRetVal = lcRetVal + ',' + lcWord
EndIf

llDiscard = True
EndIf
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform