hello again.
this time i'm looking to restrict the info to be input in the input thing to numbers only.
unless there's a nifty line of code i can add, i'd prefer to do it something like this
$inputk1=GUICtrlCreateInput("",0,40,100,20)
if $inputk1 is not numbers then
msgbox(1,"","please input numbers only")
endif
suggestions?