Tables Item Numbers

Discuss about plugins that don't have a dedicated forum
Post Reply
Sheeva700
Posts: 27
Joined: Sun Mar 22, 2015 8:24 pm

Tables Item Numbers

Post by Sheeva700 »

Hi,

Did Hollywood had any command to know how much item is strored in a Table ( Array[] )

Ex:
Test.Item[0] = "AAAA"
Test.item[1] = "BBBB"
Test.Item[2] = "CCCC"

; Now wanted command

Items = TableLen(Test.Item)

; Then items must be equal to number of Items in "Test.Item"

Thx.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Tables Item Numbers

Post by airsoftsoftwair »

ListItems() is your friend.
Sheeva700
Posts: 27
Joined: Sun Mar 22, 2015 8:24 pm

Re: Tables Item Numbers

Post by Sheeva700 »

Unbelievable.

Thanks.
Post Reply