Writing an Integer Array to Flash
TurnipTruck
Posts: 1,485
Greetings,
I know that this is incomplete code, but hopefully you'll get the point!
Is the second line of code above correct for encoding the entire array? Or must there be a [] after nInetgerArray?
Thanks.
I know that this is incomplete code, but hopefully you'll get the point!
INTEGER nIntegerArray[10] VARIABLE_TO_STRING (nIntegerArray,cConvertedValue,1) FILE_WRITE (slFileHandle,cConvertedValue,LENGTH_STRING(cConvertedValue))
Is the second line of code above correct for encoding the entire array? Or must there be a [] after nInetgerArray?
Thanks.
0
Comments
Another problem is how do I get all of the integer value from the encoded string back into the integer array in one shot?