Jon Smirl wrote: > > Is there a way to make the param [ref] and still keep it scriptable? I > thought the only way to make it [ref] was to use native.
No. And even with 'native' the '[ref]' is talking about the data type, not about what sort of indirection will be tacked on when that type is used as an 'out' param. John.
