Hello guys, I'm having a problem which is making me confused. The situation is the deletion of null values of an array, however a null value remains...
dispbottom "Array Value Before: "+getarraysize(.@tmp_magic_shop)+"";for(set.@i,0;.@i<getarraysize(.@tmp_magic_shop);set.@i,.@i+1){ dispbottom ""+.@tmp_magic_shop[.@i]+"";}
Hello guys, I'm having a problem which is making me confused. The situation is the deletion of null values of an array, however a null value remains...
Remove null values.
OBS:
deletearray [email protected]_magic_shop[0],1; <- remove that value 0
the confusion is why this value It's not removed like the others.
Thank you since now!
Link to comment
Share on other sites