Hi,
I am using a list.
After a certain event, i list.add(a type).
The type has several components, such as .who, .where...etc
Then i log(list.get(....))
All this works fine.
Questions:
1. The log seperates the components (in some order) with a comma, that i did not put there, is that automatic ? In other words, the list sees the type components as individual elements ?
2. At the end of the list-record it puts an extra component "isInitialised = false". What is the meaning of that?
3. At closer inspection, the elements of the type are not logged in the same order as they have been "Dim" med. Is that randon ?
Thanks
Paul