Re: [Gambas-user] Random access files with fixed-length string

2015-03-16 Thread Tobias Boege
On Mon, 16 Mar 2015, Gian wrote: > About gb.settings and gb.xml unfortunately I did not understand what you > suggest me, perhaps to use their instead of the dat file? But how? > If you are creating a new file format for your application, you should, when possible, refrain from using a binary for

Re: [Gambas-user] Random access files with fixed-length string

2015-03-16 Thread Gian
Il 12/03/2015 11:10, Gian ha scritto: Il 11/03/2015 14:12, Tobias Boege ha scritto: Looks good. But, as you mentioned in the project description, it would also be possible, and easier, to use Structs, as we did[0]. [0] http://gambaswiki.org/wiki/app/struct-db Great Tobias, perhaps beginnin

Re: [Gambas-user] Random access files with fixed-length string

2015-03-12 Thread Gian
Il 11/03/2015 14:12, Tobias Boege ha scritto: > Looks good. But, as you mentioned in the project description, it would also > be possible, and easier, to use Structs, as we did[0]. > [0] http://gambaswiki.org/wiki/app/struct-db Great Tobias, perhaps beginning to see the light. :) I continue to s

Re: [Gambas-user] Random access files with fixed-length string

2015-03-11 Thread Gian
Il 11/03/2015 14:12, Tobias Boege ha scritto: > On Tue, 10 Mar 2015, Gian wrote: >> Hello everyone, >> those coming from the Windows VB, frequently asks how to work with random >> access files with fixed-length string. >> I created this demo as an explanation and would like to know if you think >>

Re: [Gambas-user] Random access files with fixed-length string

2015-03-11 Thread Tobias Boege
On Tue, 10 Mar 2015, Gian wrote: > Hello everyone, > those coming from the Windows VB, frequently asks how to work with random > access files with fixed-length string. > I created this demo as an explanation and would like to know if you think > right, correct in part or completely wrong. > Thank y

Re: [Gambas-user] Random access files with fixed-length string

2015-03-11 Thread Gian
Il 10/03/2015 22:00, Gian ha scritto: > Hello everyone, > those coming from the Windows VB, frequently asks how to work with > random access files with fixed-length string. > I created this demo as an explanation and would like to know if you > think right, correct in part or completely wrong. > Th

[Gambas-user] Random access files with fixed-length string

2015-03-10 Thread Gian
Hello everyone, those coming from the Windows VB, frequently asks how to work with random access files with fixed-length string. I created this demo as an explanation and would like to know if you think right, correct in part or completely wrong. Thank you for attention Gianluigi Attention: T