I am trying to run an Auto IT script wherein I need to put double quotes inside double quotes for multiple file upload. Below is my script.
ControlClick("Open","","SysTreeView321")
ControlFocus("Open","","Edit1")
ControlSetText("Open","","Edit1",""docx file" "csv file" ")
ControlClick("Open","","Button1")
I am getting error on Line 3. Can anyone help?
CodePudding user response:
ControlSetText("Open","","Edit1",'"docx file" "csv file" ')