Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I wish this was in VFP and not VB.....
Message
 
 
À
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:
00521144
Vues:
55
>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

Thanks, Daniel. I just get rid of the define completely. I changed in all my programs:

#define CR chr(13)
to
local CR
CR = chr(13)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform