Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parse space delimited string to an array
Message
From
08/09/2005 14:50:38
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01047806
Message ID:
01047827
Views:
10
>>>
lcStr = "ONE TWO THREE"
>>>? ALINES(laList, lcStr,.F., " ")
>>>
>>
>>Sergey,
>>
>>What does the .F. in your example do? I couldn't find any reference to passing a logical value to the function in the Help file.
>>
>
>First, I've to say that it can be ommitedd alltogether.
>I guess you're looking at VFP6 or VFP9 help file. :) In VFP8
ALINES(ArrayName, cExpression [, lTrim] [cParseChar, ,… ,cParseChar])
lTrim - Specifies that leading and trailing blanks are removed from the lines copied to the array.

Thanks Sergey, I didn't know that. And you're right - I was looking at the VFP9 Help file.

Regards,
Jim
Previous
Reply
Map
View

Click here to load this message in the networking platform