From: | David McMinn |
Date: | 23 Jul 2001 at 10:14:33 |
Subject: | Re: offset |
Hi John
> > I tried this before I sent the email:
> > if teller=1 to soundsize
> > soundarr.l(teller)=xbpeeksound(soundnr,teller-1)
> > etc....
>
> Fair enough, but shouldn't it be:
>
> soundarr.l(teller-1)=xbpeeksound(soundnr,teller-1)?
>
> Unless that was just a typo...
Not necessarily, because when you do "Dim soundarr.l(soundsize)" in
Blitz, you are allowed to access items in the array between 0 and teller
(inclusive).
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie