I am writing a program (well, actually I have finished it) using pascal, the program is to read in 3 sides of the triangle and produce a message whether it is right-angled, iscosceles, obtuse etc. Now just to finish it off and make it user friendly i need some sort of function that will check whether the data entered is numeric not letters. If it is letter then it should say "Please re-enter the number" and read it in again.
Thanks in advance.