patrick6
03-21-2004, 01:23 PM
I am trying to compare the input of a text box.
if Input.GetText("Input4" >35) then
Dialog.Message("Don't Undercharge!", "It is suggested you have an hourly minimum of at least $35", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
It says I am comparing a number to a string. I realize this but how do I change it for the text box to have numbers intput only?
Patrick
if Input.GetText("Input4" >35) then
Dialog.Message("Don't Undercharge!", "It is suggested you have an hourly minimum of at least $35", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
It says I am comparing a number to a string. I realize this but how do I change it for the text box to have numbers intput only?
Patrick