The script runs fine with no errors until I add something into this one function (for a button on the GUI that when pushed, should simply launch a website).
Not sure if I need the entire code here or if someone can identify whether I'm just unable to accomplish this within a Func / EndFunc.
Syntax Check shows no errors in the script when this portion of the script is simply:
But when I take that portion of the script, and add something inside of it, such as:
Then I run Syntax Check and it reports:
C:\Program Files\AutoIt3\Include\WinAPIError.au3(29,1) : ERROR: syntax error
Func
^
Is that referencing line 29, character 1?
Line 29 is in this portion:




