Jump to content

Syntax error in the _SQLite_GetTable Example


HeXetic
 Share

Recommended Posts

Edit: Oh man clearly I haven't had enough sleep, this was meant to go to General Help and Support not here :)

I tried to submit this to trac but it kept on returning the error "Submission rejected as potential spam".

Anyway the syntax in the _SQLite_GetTable example in the AutoIt help contains an extra bracket which prevents the script from running. I know its not major but new users won't find it very helpful.

It is on Line 49 just below the _ArrayDisplay function.

_ArrayDisplay($aResult, "Query Result")
) ;<---- This bracket should not be here!
Else
    MsgBox(16, "SQLite Error: " & $iRval, _SQLite_ErrMsg ())
EndIf
Edited by HeXetic
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...