Hi,
I an working on an application that uses some long structures containing different types of variables p.e:
Type Box(a As Byte,b As Int,c As String,d(10) As Int,...) and so on.
Dim test As Box
I would like to save the structure as a whole in a file for later loading also as a whole without parsing. Is it possible to do that in Basic4Android without parsing each variable?
I saw the option of saving Lists with the Files Library but it is text oriented and my data is binary but I did not see a simple way of doing this using any other library or routine.
Some help will be apreciated.
I an working on an application that uses some long structures containing different types of variables p.e:
Type Box(a As Byte,b As Int,c As String,d(10) As Int,...) and so on.
Dim test As Box
I would like to save the structure as a whole in a file for later loading also as a whole without parsing. Is it possible to do that in Basic4Android without parsing each variable?
I saw the option of saving Lists with the Files Library but it is text oriented and my data is binary but I did not see a simple way of doing this using any other library or routine.
Some help will be apreciated.