--- In [email protected], "brucexs" <bswit...@...> wrote:
>
> 
> utilize a vector, but is it also possible to somehow stuff the
> variables into "arg" and quit(arg) ? Or is that a bad idea?
> 
> If arg is meant to be the arg function, no.

What I was puzzling was whether I could somehow independently update the 
content accessed by args() and arg(1), etc.

Also wondering, once the handle to a class plugin structure has been lost 
(e.g., if it was assigned to a local variable), is it possible to get a new 
handle to the same structure other than by redefining it?

> 
> Other choices would be a map or a structure.  
> 
> IN any case, tricky to create and return vectors, without having
> them freed, I suspect. Probably have to create the vector in the
> caller, and resize as needed. 

Still kind of new to me, since in the past I always tried and failed with mixed 
case: quit(hVec)

Regards,
Sheri

Reply via email to