Hi,
Trying to figure out how to get the content of an array and assign it to a variable. Im readig data from a file into an array and the data is being stored one byte per slot in the array. How can I get a value that is stored across several bytes into one variable?
Trying to figure out how to get the content of an array and assign it to a variable. Im readig data from a file into an array and the data is being stored one byte per slot in the array. How can I get a value that is stored across several bytes into one variable?