Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FYI - alines() with blank string
Message
 
 
À
04/08/2006 09:02:53
Jim Winter
Jim Winter Consulting
Hinesburg, Vermont, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01142943
Message ID:
01142958
Vues:
7
>>Hi everybody,
>>
>>lcTitle = ""
>>lnLines = alines(laLines, m.lcTitle)
>>
>>lnLines = 1
>>
>>I would expect it to return 0. Anyway, once I found this out I put a special handling for empty cases.
>
>Naomi,
>
>Try it like this,
>
>lcTitle = ""
>lnLine = ALINES(laLines,m.lcTitle,4)
>
>and it returns 0.
>
>Regards,

Let me check how would it work for "Line1" + CRLF + CRLF + "Line3". I want 3 in this case. It returns 2, so I would probably stick with my code for checking for empty string - special case.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform