Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect "IniRead" translation #15

Open
jNizM opened this issue Jun 25, 2021 · 0 comments
Open

Incorrect "IniRead" translation #15

jNizM opened this issue Jun 25, 2021 · 0 comments

Comments

@jNizM
Copy link

jNizM commented Jun 25, 2021

IniRead, SQLiteDLL, %A_ScriptDir%\SQLiteDB.ini, Main, DllPath, %SQLiteDLL% ; old
IniRead "SQLiteDLL", A_ScriptDir "\SQLiteDB.ini", "Main", "DllPath", SQLiteDLL ; new (incorrect)
SQLiteDLL := IniRead(A_ScriptDir "\SQLiteDB.ini", "Main", "DllPath", SQLiteDLL) ; should be this

v2 Error: Too many parameters passed to function

See: https://lexikos.github.io/v2/docs/commands/IniRead.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant