Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro Expansion
Message
From
09/01/2002 07:59:47
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, United States
 
 
To
09/01/2002 07:12:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00602412
Message ID:
00602436
Views:
48
I did use alines, and it works fine 95% of the time. Its the 5% of the
time that is killing me. For some reason about every 20th record it loses
a field or two. I don't know if it is because each record has so many fields
in it (1435). Here the code using Alines().
DIMENSION aAr(1435)
vcStr = FGETS(nHandle, 8192)
vnRecCnt = ALINES(aAr, CHRTRAN(CHRTRAN(vcStr, ["], ""), ",", CHR(13)))
This will work but then it just messes up after so many records?? Plus ALines()
makes every element a string, so u have to use VAL() to store it as a numeric.
Thanks
John Marrone
Bloodstock Research Inc
marrone@brisnet.com

To much of a good thing is a good thing!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform