Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FYI - alines() with blank string
Message
From
04/08/2006 09:02:53
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01142943
Message ID:
01142955
Views:
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,
Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform