Is there any function in VB6 to translate the numeric value into text or any code already made???
I've search the forum for "number to text" keyword and I can't find one,..in at least the first 4 pages of search result.
Printable View
Is there any function in VB6 to translate the numeric value into text or any code already made???
I've search the forum for "number to text" keyword and I can't find one,..in at least the first 4 pages of search result.
Chr will turn ascii values to text
Many solutions provided / linked in the thread:
number in to text
As well as the thread Marty linked from there.
What I meant is "5" will be "five"
Ellis Dee's link helped
Thanks a lot guys.:thumb:
Even if this is already Resolved I still want to share this.