You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using AHK [1.1.35.00]
when I have this line: #Include <JSON>
at the top of my ahk script I get an error when trying to load it, saying Error: Continuation section too long.
the error box gives me Line Text: which points to line 27 in JSON.ahk file.
I looked at this line and it is extremely long.
How can I work around this?
I know there is a continuation line section in the AHK documentation but it's way above my head and I don't understand enough to go messing around with myself.
The text was updated successfully, but these errors were encountered:
using AHK [1.1.35.00]
when I have this line:
#Include <JSON>
at the top of my ahk script I get an error when trying to load it, saying Error: Continuation section too long.
the error box gives me Line Text: which points to line 27 in JSON.ahk file.
I looked at this line and it is extremely long.
How can I work around this?
I know there is a continuation line section in the AHK documentation but it's way above my head and I don't understand enough to go messing around with myself.
The text was updated successfully, but these errors were encountered: