Hi RedAndWhite,
Is the number of elements equivalent to the size of your data selection?
If so, you may define your data selection as a range and get its size.
For example:
//Define your specific region as a range variable
range rr=col(1)[10:100];
//x is the range size
int x=rr.GetSize();
x=;
Kathy
Originlab