Jump to content

1D and 2D array editor module,


Xandl
 Share

Recommended Posts

Hello,

this is a tool to edit 1D and 2D arrays in a listview.

The script can be used like an UDF, just include it and use one of the edit functions.

There are no global variables used, so there will be no problems with variables in your script.

The two edit functions are named _ArrayEdt1D() for 1D, and _ArrayEdt2D for 2D arrays.

The picture shows the edit functionality available:

post-3764-1199999745_thumb.jpg

So, it can be used as a module for your scripts. Maybe as testing tool while you write

an au3 script, to be able to see and influence array variables.

To test, copy the three files into a directory and start _ArrayEdt1D.au3 or _ArrayEdt2D.au3:

ArrayEdt.au3 .............. include file

_ArrayEdt1D.au3 ........ test script for 1D arrays

_ArrayEdt2D.au3 ........ test script for 2D arrays

ArrayEdt.au3_ArrayEdt1D.au3_ArrayEdt2D.au3

ciao

Xandl

Link to comment
Share on other sites

  • 1 year later...

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