Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EXE not doing Delete recs properly
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00492584
Message ID:
00492593
Views:
14
>DELETE ALL for (SubStr(AllTrim(jtspart0),1,1) = "C" or SubStr(jtspart0,1,1) = "=" or AT("|",jtspart0)=0 or AT(",",SubStr(jtspart0,1,29))>0)

In addition to what Craig mentioned, I also see a flaw with your FOR clause based on your description. I think that the AT("|",jtspart0)=0 should be <>0 instead.

--Brad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform