Jump to content

Delete "empty" Array


Recommended Posts

Hi,

Again i need a fresh mind about 1 obstacle. The problem is i got this Array after i "_ArraySort( $Array,1,1)" it.

Posted Image

Now my problem is that i cant get those stupid "empty" (I think they have a @CRLF) array[6] to array[13] out of it. I know you can delete Arrays with

_ArrayDelete( $avArray,<id>)oÝ÷ Ù8^¦ºé¢²ØZ¶'×^ë^¶­jwm«hæÞq«¬z+l­©Ý¢d¨ëaz·­ítºÚÊÊ-êìÜ-êÞk²¶!yÉ-é^m¡ûax
ëk ×âÖ§ÊØb"¶ay+kxºw-ìè­êíà+­¬ºw-ì:¸¬¶«y¦Þ¶«Á¬J'èºwm+Xm¶ÿúÚ"¶Ç+¢oߢ»¦þ)Ý{a¦ÈhÂÚ)oÝ÷ Ù8^­ë.Ü"VÞh!¶Úÿ0Ç6³_Ú®¶²­ë.Øéø¦­Â§­¶9n²X¤zØb±«­¢+Ù½ÈÀÌØí¤ôÀѼÔ

He nicely gives the 6 items in a row.

Edited by xzaz
Link to comment
Share on other sites

Hi,

Something like;

#include<array.au3>
for $i=UBound($array)-1 to  step -1
    if  $array[$i]="" then _ArrayDelete($array,$i) [or "= 'what is it?'"]
Next
??

Randall

Edited by randallc
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...