0 Members and 2 Guests are viewing this topic.
A[0,0,1,2,3 ;this writes the bytes to A as normalA[0,1,-1º,2,3 ;this stores the bytes to A, but -1 is stored as two bytesA[[0,1,2,3 ;the bytes are stored as two bytes (little endian)A[(EEFF0011 ;the hex is converted and stored (good for data)A[5,6[2,3 ;these are output directly after the 5 and 6
"Hello→Str33'Text(0,0,Str33A→Str213