Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parse space delimited string to an array
Message
 
 
To
08/09/2005 14:35:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01047806
Message ID:
01047822
Views:
9
>>
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.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform