Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
For command
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01423370
Message ID:
01423372
Vues:
81
This message has been marked as the solution to the initial question of the thread.
>I want to limit FOR command, whre ".dbc" not contained in aTables
>
>FOR I = 1 TO lnNumTables NOT ".dbc" $ aTables
>
>But I have error message: invalid argument
for lnI = 1 to m.lnNumTables
    if '.dbc' $ aTables[m.lnI]
       && do nothing
    else
       do something
   endif
next
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform