You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > Split Method > Vector.Split Method (array of TVec)
MtxVec VCL
ContentsIndex
Example
var a,b,c,d: Vector; begin a.SetIt(False,[0,0,0,0,1,2,3,1,2,3]); a.Split([b,c,d],[4,3,3]); // b = [0,0,0,0], c = [1,2,3], d = [1,2,3] end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.