Re: [Gambas-user] Seek problem

2014-11-20 Thread Benoît Minisini
Le 20/11/2014 11:33, roberto a écrit : > Dear All, > > I have a problem with a seek on a mbox file (thunderbird) > > After open the file (size 3764088424 byte) without error with > > hfile = Open mbox For Input > > I have seek with: > > Seek #hfile, SeekPoint > > where SeekPoint is a Long with valu

[Gambas-user] Seek problem

2014-11-20 Thread roberto
Dear All, I have a problem with a seek on a mbox file (thunderbird) After open the file (size 3764088424 byte) without error with hfile = Open mbox For Input I have seek with: Seek #hfile, SeekPoint where SeekPoint is a Long with value 3687556402, gambas stop and return error "Bad argument"