Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function accept 1 and get back one
Message
De
01/02/2010 14:55:46
 
 
À
01/02/2010 14:46:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01446955
Message ID:
01446963
Vues:
31
>I don't remember such a native function to VFP but before I write this simple one is there a function that accept a number 1,2,3,.. and return one,two,three.. for my case I just need 1 to 10 but it nice to know if such a function exists.
>
>Thanks

No, but you can create an array
Dimension aNumber(10)
aNumber(1)='one'
aNumber(2)='twe'
aNumber(3)='three'
...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform