Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I wish this was in VFP and not VB.....
Message
De
19/06/2001 13:03:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00519713
Message ID:
00521140
Vues:
50
Nadya:

I think Georgr meant
local lcCr, lcTab

#define vfpCr   Chr(13)
#define vfpTab  Chr(9)

lcCr=vfpCr
lcTab=vfpTab

Do While 
   *-- Use the variable, not the constant
   something = something + lcCr + somethingelse
EndDo
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform