Re: [Gambas-user] Error writing Binary data - Gambas 2.99.0

2011-02-13 Thread BenoƮt Minisini
> Greetings all, > > I am trying to write some simple binary data to a file being ~ Integers > 1 - 5000 > > I keep getting this error [Error: Type missmatch : wanted string , > got integer instead.] > > So I copied the example from as > below. > > Thi

[Gambas-user] Error writing Binary data - Gambas 2.99.0

2011-02-12 Thread Ian Roper
Greetings all, I am trying to write some simple binary data to a file being ~ Integers 1 - 5000 I keep getting this error [Error: Type missmatch : wanted string , got integer instead.] So I copied the example from as below. This code comes up with the