Jump to content

Recommended Posts

Posted (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 by Aceguy

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
×
×
  • Create New...