Array size

Discuss any general programming issues here
Post Reply
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Array size

Post by sashapont »

How I can get how many element in array?
for examle
array${1,2,3,4,5}
a=array$.size()
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Array size

Post by Allanon »

ListItems() is what you are looking for

docs here
Post Reply