28 coaches online • Server time: 20:07
* * * Did you know? The most aggressive player is Thursdaynight Guitarclub with 4858 blocks.
Log in
Recent Forum Topics goto Post Got a little E.L.F. ...goto Post Choosing to roll +st...goto Post Mega-stars? All Star...
[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.