views:

11

answers:

0

I want to have the user type in something. And I want to verify each character inputed. How could I do this? I want it to be in real time. So as its typed its being verified and color coded.

You could compare what I want to do to an programmers IDE how it checks the syntax as you type it.

Any help is appreciated!