Search the Community
Showing results for tags '_arraydelete'.
-
just needed this post to get a clue of how well will this do as an alternative to searching the the array @deleting empty rows 1D & 2D speed wise Note: for the 1D the method doesn't work if the chosen delimiter exists in any of the array elements ..(not about the "|" one) So Here is an all around fast combo that includes @Inpho's _ArrayFindEmptyRows() that proved to be a very fast way for removing 2D empty rows
-
Hi, i would like to specify the array range to delete some items in my array. I don't know why the resulting array is the same. Here is my code: While $last_index >= $first_index _ArrayDelete($aFile_Array_Original, $aFile_Array_Original[$last_index]) $last_index-=1 WEnd Is there any way to pass directly the range to ArrayDelete, avoiding the loop? Thanks in advance.
-
Hi Gents, Updating one of my older scripts here and cant get around this wall... I want to extract chunks from an larger array of indefinite size as smaller arrays in a loop and work with them individually and then move on to the the next "extracted array" until the original array is empty. The amount of elements in each extracted array will usually be different so I am using _ArraySearch to find my start and stop points and storing them as variables, which brings me to my problem. I want to "remove" (delete) the extracted array from the original array each time using _ArrayDelete but it doesn
- 2 replies
-
- _arrayextract
- _arraydelete
-
(and 1 more)
Tagged with:
-
Good Morning AutoIT Gurus and Masters Slightly complicated array here... and infinite loop that I'm trying to output to a file after the values are matched up; then anything that doesn't match is deleted from the array and finally written to a file... This guy does an infinite loop... and I'm not sure why... I tried to put in message boxes - but there are 20K records so I couldn't click through that many. LOL. #RequireAdmin #include <array.au3> #include <file.au3> #include <Excel.au3> #include <MsgBoxConstants.au3> Global $WXYZArray01, $array01, $ProgramTitle, $