3lementalist
06-16-2009, 07:33 AM
hi i hav an array named contents [i] where i wanna get every 3rd value out of it.below i make an example:
contents [i] = [2,4,6,8,10,12,14,16,18];
i wanna find a script dat could return every third value which is 3,6,9
so any1 noe how to do it? thanks
contents [i] = [2,4,6,8,10,12,14,16,18];
i wanna find a script dat could return every third value which is 3,6,9
so any1 noe how to do it? thanks