Blitz (456/640)

From:jean zydorczyk
Date:18 Sep 99 at 17:07:44
Subject:Re: Program Order

Hello Sandy

On 18-Sep-99, you wrote:

> I thought possibly that this was a problem with
> the array not being SHARED, but I don't know how to do this with arrays.

yes, the array must be SHARED

try this:

Dim array.b(100)

Statement test { num.b }

Shared array()

for x=0 to num
array(x)=int(rnd(100))
next
end statement

test{10}
for x=0 to 10
nprint array(x)
next
mousewait
end

regards

Jean ZYDORCZYK

Mail to: Jean.zydorczyk@libertysurf.fr

Current Projects:

Filefrog. :In Progress
Bubble Bobble AGA :In Progress

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