ARRAY COUNT
This command will return the number of items in the array. This is usually the value used to create the array when the DIM command was used, however by modifying the dynamic array this value can change throughout the execution of the program.
SYNTAX
Return Integer=ARRAY COUNT(Array Name(0))
RELATED INFO
CORE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example