Passing array as an argument
Hi,
Just a confusion, as I am new to spin ...I have an Array A of type Long and 800 values in Object A. I want that some PUB function in Object A passes this Array A as an argument to some PUB function in Object B.
Please advice me the spin sytax.
Cheers
Jay
Just a confusion, as I am new to spin ...I have an Array A of type Long and 800 values in Object A. I want that some PUB function in Object A passes this Array A as an argument to some PUB function in Object B.
Please advice me the spin sytax.
Cheers
Jay

Comments
pub meth(ptr) | i repeat i from 0 to 799 long[ptr][i] := ...Hey Parallax, please include an expansion on this topic in the next version of Prop manual and PEK
Thx,
FF
I added some comments and attached it as a Archive of the two object file.