View Single Post
  #3  
Old 12-17-2006, 06:15 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by WanDaMan View Post
Are you wanting to know how many charactors there is used within the array?
Nope, I want to return a length specified in an array..

Example:

If I had an array containing { 1, 2, 3, 4, 5, 6}; I would like to return a length of the array,
I would like to return like { 2, 3, 4, 5}; of the current array, is there an way to do this?
__________________
Reply With Quote