Possible to change int_No to String number like 1=one , 2=two

Hello Smart People

Is there a function for to change the int_No like 1,2,3,…10 to one, two, three?
If the No is 1(int) i wanna change to “one”(string)

Thank you ahead.

@eimon
have a look on the marketplace for this e.g.:

1 Like

This post might be useful for you too:

3 Likes

If you need a limited number like one to ten its enough to define an array with the words with an assign activity.
Then you just put the int number as an index of this array, like number(i).

1 Like