atwolf359 Posted June 8, 2010 Posted June 8, 2010 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!
jfcby Posted June 8, 2010 Posted June 8, 2010 (edited) The Array.au3 uses ListView you may find this link helpful: http://www.autoitscript.com/forum/index.php?showtopic=114064Another option may be this way: http://www.autoitscript.com/forum/index.php?showtopic=78072jfcby Edited June 8, 2010 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 ****
atwolf359 Posted June 8, 2010 Author Posted June 8, 2010 (edited) 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 June 8, 2010 by atwolf359 I've been on the net so long, I remember when I could only e-mail myself!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now