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
when i run the script, first line is take an error:
Line Text: SQLiteDB.BaseClass
Error: Unknown class.
and i can't understand this line:
Class SQLiteDB Extends SQLiteDB.BaseClass
why the SQLiteDB Class can extends itself inner class?
and when i take the BaseClass out of the SQLiteDB, it can run good.
the feature is new ahk version support? my version is:1.1.09.04
and btw, at line 288,289
the StrSplit is support in 1.1.13+ version
so i change it to StringSplit
finally, Thank you so much for your sharing.
The text was updated successfully, but these errors were encountered:
when i run the script, first line is take an error:
and i can't understand this line:
why the SQLiteDB Class can extends itself inner class?
and when i take the BaseClass out of the SQLiteDB, it can run good.
the feature is new ahk version support? my version is:1.1.09.04
and btw, at line 288,289
the StrSplit is support in 1.1.13+ version
so i change it to StringSplit
finally, Thank you so much for your sharing.
The text was updated successfully, but these errors were encountered: