Re: [Gambas-user] Read and arrays

2012-03-13 Thread Jussi Lahtinen
OK, I didn't notice that... Thanks! Jussi 2012/3/13 Benoît Minisini > Le 12/03/2012 17:21, tobi a écrit : > > On Mon, 12 Mar 2012, Jussi Lahtinen wrote: > > > >> I was thinking quicker way to read large binary files to memory. > >> And I noticed this; "The returned datatype can be one of the

Re: [Gambas-user] Read and arrays

2012-03-12 Thread Benoît Minisini
Le 12/03/2012 17:21, tobi a écrit : > On Mon, 12 Mar 2012, Jussi Lahtinen wrote: > >> I was thinking quicker way to read large binary files to memory. >> And I noticed this; "The returned datatype can be one of the following: >> NULL, Boolean, Byte, Short, Integer, Long, Pointer, Single, Float, Dat

Re: [Gambas-user] Read and arrays

2012-03-12 Thread tobi
On Mon, 12 Mar 2012, Jussi Lahtinen wrote: > I was thinking quicker way to read large binary files to memory. > And I noticed this; "The returned datatype can be one of the following: > NULL, Boolean, Byte, Short, Integer, Long, Pointer, Single, Float, Date, > String, Variant, any Array, Collectio

[Gambas-user] Read and arrays

2012-03-12 Thread Jussi Lahtinen
I was thinking quicker way to read large binary files to memory. And I noticed this; "The returned datatype can be one of the following: NULL, Boolean, Byte, Short, Integer, Long, Pointer, Single, Float, Date, String, Variant, any Array, Collection or structure". http://gambasdoc.org/help/lang/read