hi! i'm new here and i have one questions. Can i store data from script?
ex: While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
case $Buttoncancel
Exit
case $ButtonOk
$Id = GUICtrlRead($input1)
$Pw = GUICtrlRead($passwordedit)
MsgBox(0,"","Register Succesfull")
ExitLoop
EndSwitch
WEnd
Can i store data from $id and $pw and use other times?
Sry for my bad english