dbrocom Posted May 21, 2015 Posted May 21, 2015 if I declare an arraysetarray .@id911[0],1,2,3;thenset .@num,911;set .@size,getarraysize(".@id"+.@num);will .@size be 3??? Quote
Promise Posted May 21, 2015 Posted May 21, 2015 I dont understand what u want to do with this array, can u explain me please? Quote
dbrocom Posted May 31, 2015 Author Posted May 31, 2015 getarraysize( getd( ".@id"+.@num ) ); try didn't work >< Quote
Question
dbrocom
if I declare an array
setarray .@id911[0],1,2,3;
then
set .@num,911;
set .@size,getarraysize(".@id"+.@num);
will .@size be 3???
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.