[Coco] new problem with unpack

Steven Hirsch snhirsch at gmail.com
Tue Nov 5 15:33:11 EST 2013


On Tue, 5 Nov 2013, Wayne Campbell wrote:

> DIM array(10):BYTE
> DIM arrayStr:STRING[10]

I suspect that an array(10) and an arrayStr with a capacity of 10 
characters are not really the same storage type underneath.

Knowing nothing about Basic09, I would only suggest that you try this with 
an array(10):BYTE and array(10):CHAR (if the latter makes any sense in 
this context).

Steve


-- 




More information about the Coco mailing list