Jump to content

index column in _ArrayDisplay


Recommended Posts

hello,

is there a solution to hide the index column in

the "_ArrayDisplay" function, without changing

the code in the function.

I would like to copy info out of the display

without the index '[index]'.

thanks

hiding the index column in _ArrayDisplay

wolf359

I've been on the net so long, I remember when I could only e-mail myself!

Link to comment
Share on other sites

The Array.au3 uses ListView you may find this link helpful: http://www.autoitscript.com/forum/index.php?showtopic=114064

Another option may be this way: http://www.autoitscript.com/forum/index.php?showtopic=78072

jfcby

Edited by jfcby

Determined -- Devoted -- Delivered Make your mind up -- to seriously apply yourself -- accomplishing the desired results. **** A soft answer turneth away wrath: but grievous words stir up anger. Proverbs 15:1 KJB ****

Link to comment
Share on other sites

Thanks for the info.

I added a parameter to the end of the

"_ArrayDisplay" function to hide the index and the seprator.

*ADDED to end***

$noindex - [optional] Hide index column, 0{Default} show, 1 hide

Func _ArrayDisplay(Const ByRef $avArray, $sTitle = "Array: ListView Display", $iItemLimit = -1, $iTranspose = 0, $sSeparator = "", $sReplace = "|", $sHeader = "", $NOINDEX = 0)

atwolf359

Edited by atwolf359

I've been on the net so long, I remember when I could only e-mail myself!

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