Blitz (131/459)

From:David McMinn
Date:10 Jan 2000 at 16:50:32
Subject:Re: shared with arrays

Hi Martin

> Why does Blitz not know that blarblar is an array in blarblar2?

you need to use "shared blarblar()"

> And how can I save big arrays to files?

Same way as you would save small arrays.

If WriteFile(0,"ram:blah")
WriteMem 0,&blarblar(0),Sizeof.w*50
CloseFile 0
End If

make sure the sizeof.w*50 actually matches what type and size your
array is.

NB: you can't save arrays of strings like this.



|) /\ \/ ][ |) |\/| � |\/| ][ |\| |\| | dave@satanicdreams.com
http://members.xoom.com/David_McMinn | ICQ=16827694
Could you drive any better if I shoved that cell phone up your ASS?

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