Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View simple problem
Message
From
09/11/2000 10:46:14
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00439246
Message ID:
00439685
Views:
28
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform