January 18, 2012 11:52 AM
Arturo
When expanding a long array of objects in the division of the main window that displays the variables, the expanded list object will wrap the index numbering for the collection after 31.
For example:
> 28
> 29
> 30
> 31
>0
>1
>2
The index wraps to 0 after each occurrence of 32 elements.
For example:
> 28
> 29
> 30
> 31
>0
>1
>2
The index wraps to 0 after each occurrence of 32 elements.
Syndicate