Blitz (481/640)

From:Sandy Brownlee
Date:19 Sep 99 at 14:02:23
Subject:Re: Program Order

Hello Rob

On 18-Sep-99, you wrote:

> Hello Sandy

<Snip>

> If your on about what I think you are..
> The easiest way to do it is like this:
>
> Dim Array$(1)
>
> Function Blah{blah2}
> SHARED Array$()
>
> ;...Blah....
>
> Function Return Blah
> End Function
>
> JSR Subby
>
> ;.
> ;...
> ;.....
>
> .Subby:
> Dim Array$(New_Val)
> RTS
>
> ;-----------------------
>
> This worked fine with my scripting language.

Thanks, that seems to be working now. Just to confuse things, I was also
using a Newtype array, but I'm going to try and avoid this, because they
are apparently slower. I would prefer to be using PureBasic, as this
doesn't seem to have these problems, though I'm unable to afford £50 right
now. Never mind...

Regards,

Sandy Brownlee

-----------------------------
Who else would have a sig like this?

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie