Hi,

I have a set of text boxes and I want to test for the type of the input, whether it's a string, decimal or integer.

If any of those do not match I want to display an error message.

How to check the strings in text boxes if they satisfy the format?

How to display an alert window?

Thank you for your help!