Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parse space delimited string to an array
Message
De
08/09/2005 14:50:38
Jim Winter
Jim Winter Consulting
Hinesburg, Vermont, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01047806
Message ID:
01047827
Vues:
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.

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

Regards,
Jim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform