Is there any way to extract a set number of values stored in an array. For example in the the array myarray I only want the first 10 entries in the array. Thanks
Thanks for the input. I was hoping I was missing a part in sdk that provided a dot operator where a range could be extracted. I can live with the small code to do it, but was looking for a one liner. Thanks again