On Wednesday 28 December 2005 20:48, Thiago Macieira wrote: > Example: 64-bit Integer with value = 42 can be stored as a single byte. Int64 was already there I just changed Int -> Int32 to be more explicit about it's size, and got rid of Long which was ambiguous. Anyways how would you be able to tell if a single byte was an int8 or a char? Regards, Thomas