dbrocom Posted May 21, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 02/10/15 Last Seen: December 6, 2022 Share 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 Link to comment Share on other sites More sharing options...
Promise Posted May 21, 2015 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted May 21, 2015 I dont understand what u want to do with this array, can u explain me please? Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 21, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted May 21, 2015 getarraysize( getd( ".@id"+.@num ) ); try Quote Link to comment Share on other sites More sharing options...
dbrocom Posted May 31, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 02/10/15 Last Seen: December 6, 2022 Author Share Posted May 31, 2015 getarraysize( getd( ".@id"+.@num ) ); try didn't work >< Quote Link to comment Share on other sites More sharing options...
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???
Link to comment
Share on other sites
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.