Jump to content

Array.au3 problem


muhmuuh
 Share

Recommended Posts

Hello!

I have a bad problem. Everytime I include Array.au3 I get this error:

C:\Program Files\AutoIt3\Include\Array.au3(263,132) : ERROR: _GUICtrlListView_GetSelectedIndices(): undefined function.

I tried to add the function in Array.au3 but then it says that it is already defined:

C:\Program Files\AutoIt3\Include\Array.au3(896,64) : ERROR: _GUICtrlListViewGetSelectedIndices() already defined.

I don't know why I have this problem and I'm sure it has simple solution (at least reinstalling SciTE) but I wonder why once tells me that the function is not defined and then it tells me it was already defined? Thanks

I ran. I ran until my muscles burned and my veins pumped battery acid. Then I ran some more.

Link to comment
Share on other sites

No. This is Scite version. Tell us your AutoIt version.

Try this :

MsgBox(64, 'Autoit Versions', _
        'Normal/Stable Version' & @TAB  & ' : ' & RegRead('HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt', 'Version') & @CRLF & _
        'Path' & @TAB & @TAB & @TAB & ' : ' & RegRead('HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt', 'InstallDir') & @CRLF & @CRLF & _
        'Beta Version' & @TAB & @TAB  & ' : ' & RegRead('HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt', 'betaVersion') & @CRLF & _
        'Beta path' & @TAB & @TAB & @TAB & ' : ' & RegRead('HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt', 'betaInstallDir') & @CRLF & @CRLF & _
        'Script executed with' & @TAB & ' : v' & @AutoItVersion)

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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...