Hello Everyone, Quick question : How would I know that the value of the variable I am using is numeric or not? I need to make sure that all characters contained in a variable is a valid number value. Otherwise, I need to report it as invalid value. Thanks. ps : you can guess this is still part of the validation program where my first question came from.