Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For command
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01423370
Message ID:
01423372
Views:
80
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
Previous
Reply
Map
View

Click here to load this message in the networking platform