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