Number Edit Box returned value
I have a Number Edit Box and when nothing is specified I want to assign a default value to my variable and also prompt a message. If nothing is specified (meaning user did not put anything on the number box) and I view my variable on the "watch" window on the debugger, it seems to have a value of "." but I could not get a match (see my script below):stepSize = 10;New Window( "", <<Modal, V Lis...
