[Metakit] how to transfert certain view and not all

Jean-Claude Wippler jcw at equi4.com
Wed Mar 22 22:49:29 CET 2006


Riccardo Cohen wrote:

> Thanks brian, but in C can you append a view to another ?
> I did not find any append in C api for view.
> I found "concat" but this function does not copy data :
[...]

In C++, there's InsertAt, one of the overloads takes a view:
   void InsertAt(int, const c4_View&);

-jcw




More information about the Metakit mailing list