11-06-2008 10:25 PM
Dear All,
I have a vector size of 1000. From this vector I want to duplicate/ extract the contents from element #500 - #1000. In summary, I need to create vector, whose contents are preserved and the same from the 1st vector but of different vector size/ or with offset. Is there an NI built-in function to do this? How?
Thanks for any inputs.
Regards,
A
11-21-2008 04:23 AM
After browsing through the helpfile, I found a function, Subset(). This function does exactly, what I intend to do. It's a member of the CNiVectorT class. My problem is that I cannot access it from my vector. Please give an example or show me the usage. All inputs are welcome.
Thanks