| 
	
 | 
 Posted by M. Sokolewicz on 01/09/05 16:59 
Tr wrote: 
> Brent Clements  wrote / napísal (a): 
>  
>> I know this is a simple question because I could easily write a loop 
>> to move to the specific position in the array, but I want to know is 
>> there a function to move the array pointer position to a specific 
>> position in the array? 
>> 
>> Thanks, 
>> Brent 
>> 
>>   
>> 
> next($array) 
> prev($array) 
> current($array) 
>  
> trobi 
that's not a SPECIFIC place in the array, that's just current, next and  
previous. AFAIK there is no way to explicitly set the internal pointer  
of the array to a spcified place. I used a function which basically  
looped trough the array until it got to the correct depth, and then  
returned it by reference....but it's not very efficient :S
 
  
Navigation:
[Reply to this message] 
 |