0

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?

Pratik P
  • 85
  • 1
  • 5

1 Answers1

0
ControlSetText("Open","","Edit1",'"docx file" "csv file" ')
garbb
  • 679
  • 5
  • 9