0

Let's say I have two text boxes, one contains a number and the other contains the number represented in words, like: 5000 and five thousands.

I want to do something so I can just write 5000 and the second text box automatically gets filled with five thousands or the opposite.

Any idea/suggestions how to do it?

Blackwood
  • 4,504
  • 16
  • 32
  • 41

1 Answers1

0

To convert number to words, here you have a full code. Bur to convert words to number, what's the usefulness? anyway, it will cause many problems, cause of case sensitive and spaces.

romulus001
  • 318
  • 3
  • 15