On Wed, 12 May 1999, Lars von Wedel wrote: > In absence of the methods mentioned below -- what is the preferred way > of working with sequences as out or return parameters? > > I end up working with C++-pointers to my sequences all the time > instead of using _var types. Unless you are prepared to copy, that's all you can do I'm afraid. David