How to extract array content at fixed range
819932Dec 27 2010 — edited Dec 27 2010Hi all,
Says that i have an array B with size 100 holding content {1,2,3,4,5,6,7,8,9,10.......100}.
May i know how to display the content of array from index 20 to 80 without using for loop?
Thank you.