57 coaches online • Server time: 17:00
* * * Did you know? The most touchdowns in a single match is 23.
Log in
Recent Forum Topics goto Post Open [L]eague Tourna...goto Post SWL - Season CVgoto Post WOBBL - season 3 rec...
[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.