Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filling a text variable with lines ending with cr/lf.
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Filling a text variable with lines ending with cr/lf.
Divers
Thread ID:
00354764
Message ID:
00354764
Vues:
45
I am creating a text variable and filling it with lines of text for later display in an edit box.
Here is a quick look at what I am doing. Is this the best way to accomplish what I am
trying to do?

textvar = "Line one"+chr(13)+chr(10)+
"Line two"+chr(13)+chr(10)+
"Line three"+chr(13)+chr(10)

Thanks for any input!
Joe
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform