Aceguy Posted October 23, 2008 Posted October 23, 2008 (edited) #include <array.au3> $d=1 dim $test[1] _ArrayDisplay($test) $d+=1 ReDim $test[0+$d] _ArrayDisplay($test) $d+=1 ReDim $test[0+$d] _ArrayDisplay($test) MsgBox(0,"",$test[0],0) $test2[20] MsgBox(0,"",$test[0],0) anyone know why the msgbox doesnt show the number of elements.... Edited October 23, 2008 by Aceguy [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
Aceguy Posted October 23, 2008 Author Posted October 23, 2008 sorry, answer came to me..... sorry for posting.. [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
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