my bad as i thought some other script of extension. here is the script.
Run("C:\Users\sample.exe")
WinWaitActive("Title","",10)
Sleep(10000)
ControlSend("title","","[NAME:UserID]",$CmdLine[1])
ControlSend("title","","[NAME:Password]",$CmdLine[2])
ControlClick("title","","[NAME:button]")
is there a way i can capture the array values without mentioning the array range,
or display the array index that is being sent by browser extension