Zero BYTE ARRAY ? Is that right? Seems like an Array of "no" bytes . . . seems to me, a standard byte var is an array of 1, MyVarArray[1] or MyVarArray var BYTE . . . did I miss something here ?
Yep! It's just referencing the first byte of the array, not a one byte array (which could just be nothing more than an 8 BIT array )
At least THAT part of the program is done correctly.
Bookmarks