Ok, I guess I'm still on the fence right now. I'm thinking perhaps I should continue work on the 108.21 version of the app - and use that as a basis of how it should work and look like when I port it over to V2.
That being said, I know arrays are being completely worked over in V2. This is exciting for me. Let's say I have this type
type GUI_SCREEN
visible as integer
active as integer
deleted as integer
objects[] as GUI_TYPE
endtype
Can 'objects[]' be a variable length array? And if so, what commands are there in *any* array for me to get the length? It'll be incredibly nice to not have to manually store array lengths but be able to do ucount() or something...
Hi there. My name is Dug. I have just met you, and I love you.