Difference between revisions of "Ar Next"
added another possible return
imported>QQuix (Clarified the 'BadIndex' return value) |
imported>QQuix (added another possible return) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
| summary = Returns the key of the element immediately following the passed key | | summary = Returns the key of the element immediately following the passed key | ||
Returns [[Ar_BadNumericIndex]]/[[Ar_BadStringIndex]] if no key follows it. | |||
Returns [[Ar_BadNumericIndex]]/[[Ar_BadStringIndex]] if the passed key does not exists in the array. | |||
| name = ar_Next | | name = ar_Next | ||
| returnVal = key | | returnVal = key |