Quote from
fkapnist on January 9, 2019, 2:54 am
WinExecAction - in version 2018. 12. 15
automatically wraps the action string in double quotation marks
WinExecAction " AlertBox "Hello" "Hello from the Web Browser!" "
but the string needs to start and end in single quotation marks
WinExecAction ' AlertBox "Hello" "Hello from the Web Browser!" '
WinExecAction - in version 2018. 12. 15
automatically wraps the action string in double quotation marks
WinExecAction " AlertBox "Hello" "Hello from the Web Browser!" "
but the string needs to start and end in single quotation marks
WinExecAction ' AlertBox "Hello" "Hello from the Web Browser!" '