GUI_INTEGER(WIN,X,Y,LABEL$,VAL,MIN,MAX,ACT,HELP$)
 
LABEL$ = label displayed by box
VAL = current value
MIN,MAX = minimum and maximum values
 
Adds a number input/scroll box gadget
 
Example:
 
int.GADGET=GUI_INTEGER(mywin,10,20,"Enter Value:",0,0,100,1,"Integer Box")
 
See Also:
 
GUI_INTCLICK - toggles "one-click advance"
GUI_GADVAL - returns the current value
GUI_SETVAL - set the current value