[quote=38209:@Natascha Chrobok]Shane, it is very difficult not to get rude.
BinaryStream is not broken, but you apparently do not understand the difference between a byte (8 bits) and Int32 (32 bits). Also it appears that you have not catched how a loop works yet. You are overwriting the value each time you iterate…[/quote]
Yes I do understand the difference. Int8 reads a single byte, and int32 reads 6 bytes total. I do also understand how a loop works. How do you think I have the code working correctly in C#? That is what bugs me, is that a simple thing I can do in C# I cannot do in Xojo, and the Xojo language is supposed to be the “easiest cross platform language”? No downers to the IDE, but when it comes to the language, I feel C# is easier, and enables more productive coding.