22 coaches online • Server time: 07:38
* * * Did you know? The player with the strongest arm is Cherrystone Hotpack with 5758 yards passed.
Log in
Recent Forum Topics goto Post Struggling Newbgoto Post Setting up a game wi...goto Post data on the most use...
[X] Praying Help Please
current
#16
Gutter Runner
MA
9
ST
2
AG
4
AV
7
R
0
B
0
P
0
F
0
G
1
Cp
0
In
0
Cs
0
Td
0
Mvp
0
GPP
0
XPP
0
SPP
0
Injuries
 
Skills
Dodge
Every array has an internal pointer to its "current" element, which is initialized to the first element inserted into the array.

The current() function simply returns the value of the array element that's currently being pointed to by the internal pointer. It does not move the pointer in any way. If the internal pointer points beyond the end of the elements list, current() returns FALSE.