Android Question array max index

pesquera

Active Member
Licensed User
Longtime User
hi, is there a method to know how many index are assigned?
I'm assigning it with Split, and need to know the top index
thanks
 

DonManfred

Expert
Licensed User
Longtime User
Assuming the array is named xyz; xyz.Size (using a List) or xyz.length (using an Array)
 
Upvote 0
Top