Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EditBox Value
Message
 
 
To
24/05/2002 09:29:57
Victor Lapid
Phil. Long Distance Tel. Co.
Manila, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00660990
Message ID:
00661008
Views:
22
>Sergey,
>Great! I've tried the code and it works!Thanks!
Be aware that if user presses Enter after the last typed line than you'll get an empty string because Enter indicates the beggining of the new line. You can use ALINES() function to avoid this.
DIMENSION laLines[1]
lnLines = Alines(laLines, This.Value )
lcLine = laLines[lnLines]
It's also not affected by the SET MEMOWIDTH setting.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform