Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function accept 1 and get back one
Message
From
01/02/2010 14:55:46
 
 
To
01/02/2010 14:46:15
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01446955
Message ID:
01446963
Views:
32
>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'
...
Previous
Reply
Map
View

Click here to load this message in the networking platform