[Gambas-user] Problem with Open Write on a file

Fabien Bodard gambasfr at ...11...
Wed Dec 7 11:58:15 CET 2005


Le Mercredi 7 Décembre 2005 00:37, Benoit Minisini a écrit :
> On Tuesday 06 December 2005 22:17, Fabien Bodard wrote:
> > Hi,
> >
> > I've a problen with that :
> > PRIVATE SUB Save(sFile AS String, sData AS String)
> >
> >   DIM oFile AS File
> >   oFile = OPEN sFile FOR WRITE
> >
> >   PRINT #oFile, sData
> >
> >   CLOSE #oFile
> >
> > END
> >
> > It say me access forbidden... but i've all the right
> >
> > It's the same for File.Save
> >
> > I've gambas 1.9.22 on kubuntu 5.1
> >
> > I'm I the only one with this problem ?
> >
> > Fabien
>
> What is the value of sFile?

it work now... :/  but i don't know why !... I've done nothing :)

Maybe my gambas runtime waited from a Benoit word....

Regards,
Fabien





More information about the User mailing list