[Gambas-user] Array for File class?

Jussi Lahtinen jussi.lahtinen at ...626...
Tue Feb 5 18:58:27 CET 2013


OK, that explains it.
I don't see any problems with Gambas 3. I recommend to use it.

Jussi



On Mon, Feb 4, 2013 at 8:18 AM, steveNewbie <steve32942000 at ...43...> wrote:

> I am using version 2.24.  I will look into upgrading to 3.0 to see if the
> problem will go away.
> >
> >
> >Steve
>
> ________________________________
>  From: Jussi Lahtinen [via Gambas] <ml-node+s8142n40897h20 at ...3046...>
> To: steveNewbie <steve32942000 at ...43...>
> Sent: Friday, February 1, 2013 2:54 PM
> Subject: Re: Array for File class?
> S
>
> It should work. What is your Gambas version?
>
> Jussi
>
>
>
> On Fri, Feb 1, 2013 at 12:48 AM, steveNewbie <[hidden email]>wrote:
>
>
> > I tried the method below without success.  I am still getting "Class
> 'File'
> > is not creatable" error.  I might have to resort to creating 50 separate
> > File objects to get through this for now and clean up later.
> >
> > Dim aFiles As New File[]
> > Dim hFile As File
> > Dim J As Integer
> >
> > For J = 0 To 50
> >         hFile = Open sPath For Read
> >         aFiles.Add(hFile)                    (For some reason, Add is
> not a
> > method under this class!)
> > Next
> >
> >
> > Many thanks,
> > Steve
> >
> >
> >
> > --
> > View this message in context:
> > http://gambas.8142.n7.nabble.com/Array-for-File-class-tp40881p40885.html
> > Sent from the gambas-user mailing list archive at Nabble.com.
> >
> >
> >
> ------------------------------------------------------------------------------
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite for free today:
> > http://p.sf.net/sfu/appdyn_d2d_jan
> > _______________________________________________
> > Gambas-user mailing list
> > [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> Gambas-user mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> ________________________________
>
> If you reply to this email, your message will be added to the discussion
> below:
> http://gambas.8142.n7.nabble.com/Array-for-File-class-tp40881p40897.html
> To unsubscribe from Array for File class?, click here.
> NAML
>
>
>
> --
> View this message in context:
> http://gambas.8142.n7.nabble.com/Array-for-File-class-tp40881p40931.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list