Is it possible to create your own data types in XOJO?
For example a List (not a listbox) that contains a Dictionary with name: value pairs with the value being a custom data type object you defined and populated?
Basically, I’m asking if you can create complex data types with arbitrary nesting.
yup… might I suggest a look thru the documentation… there are discussions on classes, dictionary, array, collections and a whole lot more… might help you to need to “assume” less