How do I show numeric values as words

  • Thread starter Thread starter Guest
  • Start date Start date
Jervis said:
I have numeric values from 1 to 4. How do I show each as a different word?


Not sure what you mean here, but maybe this is sufficient:

Choose(numericfield, "One", "Two", "Three", "Four")
 
Back
Top