--- Erhalten von ZBM.ZAGTA 089/32000-414 02-08-01 10.56 --- Erhalten von ZBM.ZAGTA 089/32000-414 02-08-01 10.25 Hi All, I have a problem with delete element of array. I have a cycle and if two o more elements of the array are empty, i have to delete it. iI use the "splice" function but the problem is that the array change dimension and i have problem with it. ex. for( $i=0; $i<= $#typ ; $i++ ){ if ( $typ[$i] eq "" ) { splice (@typ ,$i,1); } } Can somebody help me? thanks, roberta ---- 02-08-01 10.25 ---- Gesendet an ------------------------------------ -> beginners(A)perl.org ---- 02-08-01 10.56 ---- Gesendet an ------------------------------------ -> beginners(A)perl.org -> beginners(A)perl.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]