Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String parsing performance issue
Message
From
19/05/2001 04:05:06
 
 
To
18/05/2001 17:18:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00508983
Message ID:
00509063
Views:
22
>LongString = STRTRAN(LongString,Delimiter,CHR(13)+CHR(10))

"+CHR(10)" is not necessary

I understand that VFP 7.0 allows:
N = ALINES(aMyArray,LongString,Delimiter)
FOR I = 1 TO N
    ParseRoutine(aMyArray[I])
ENDFOR
Previous
Reply
Map
View

Click here to load this message in the networking platform