> local mytransfer[0]=MakeStructure(myview) > Not sure if you know this already but above is not valid syntax for local statement
(sincemytransfer[0] is not a valid variable name -- it's a ref to a vector).
> local mytransfer[0]=MakeStructure(myview) > Not sure if you know this already but above is not valid syntax for local statement
(sincemytransfer[0] is not a valid variable name -- it's a ref to a vector).