Re: A92: Basic AND ASM -- Read?
[Prev][Next][Index][Thread]
Re: A92: Basic AND ASM -- Read?
TurboSoft@aol.com wrote:
>
> In a message dated 1/8/99 6:25:44 AM Eastern Standard Time,
> dkuehlin@hell1og.be.schule.de writes:
>
> > I allready got some information. The format of the routines will be:
> >
> > getFold (num)
> >
> > returns the name of the nums folder (if num overflows the number of
> > folders an empty string will be returned)
> >
> > getFile ("foldername", num)
> >
> > returns the nums file in the folder "foldername".
> >
> > I'll see when I will be able to do that. Shouldn't be too different
> > since string and integer formats are quite simple.
>
> wait l don't understand what you mean about the "formats of the
> routines"
I meant the syntax. num is the number of the folder/file in the
folder/file list (#0 = 1st folder/file, #1 = 2nd...)
References: