Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EditBox Value
Message
 
 
À
24/05/2002 09:29:57
Victor Lapid
Phil. Long Distance Tel. Co.
Manila, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00660990
Message ID:
00661008
Vues:
23
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform