Oct 26, 2005 #1 mbrant123 Instructor Feb 24, 2005 6 US Without using a long string that equats the number with its associated text value, is there a function that will do it for me? Example 1 to one
Without using a long string that equats the number with its associated text value, is there a function that will do it for me? Example 1 to one
Oct 26, 2005 #2 RoyVidar Instructor Jun 16, 2000 6,606 NO Visiting the faq sections of these fora, is encouraged. There are more than one of those there - for instance this faq181-1740 by MichaelRed. Roy-Vidar Upvote 0 Downvote
Visiting the faq sections of these fora, is encouraged. There are more than one of those there - for instance this faq181-1740 by MichaelRed. Roy-Vidar
Oct 26, 2005 #3 BoxHead Technical User May 6, 2001 876 US Check out Michael Red's FAQ How to Get the String Representation of a Numerice Value (Check Writer) faq181-1740 John Use what you have, Learn what you can, Create what you need. Upvote 0 Downvote
Check out Michael Red's FAQ How to Get the String Representation of a Numerice Value (Check Writer) faq181-1740 John Use what you have, Learn what you can, Create what you need.
Oct 26, 2005 1 #4 TheAceMan1 Programmer Sep 23, 2003 11,174 US Not sure which one you want, but: To convert numeric to its text equivalent: Code: [blue] Str(number)[/blue] . . . or to convert to english words: How to Convert Currency or Numbers into English Words See Ya! . . . . . . Upvote 0 Downvote
Not sure which one you want, but: To convert numeric to its text equivalent: Code: [blue] Str(number)[/blue] . . . or to convert to english words: How to Convert Currency or Numbers into English Words See Ya! . . . . . .