hi
how to i make an expection when the user input a char??

example
dim n,m,p as Double
n=textbox.text
m=textbox2.text
p= m-n

etc...i know it's NaN but how to declare or write them???