Data inside a structure
Posted: Sat Dec 12, 2020 11:50 pm
Hi guys and gals.
I am trying to store multiple blobs of 16 bytes - so I thought the easiest way would be to create a list.
Structure LayersStructure
List Data.i()
EndStructure
Global Dim Scenes.LayersStructure(100)
I now have an array with each element containing a Data() integer with a size of 0 - the question is - how do I put and pull data out of that Data() section?
Thanks!
I am trying to store multiple blobs of 16 bytes - so I thought the easiest way would be to create a list.
Structure LayersStructure
List Data.i()
EndStructure
Global Dim Scenes.LayersStructure(100)
I now have an array with each element containing a Data() integer with a size of 0 - the question is - how do I put and pull data out of that Data() section?
Thanks!