![]() ![]() ![]() |
|
GetListNext | ||
CurrentPos = GetListNext(List()) | ||
Parameters: List() = The Type list handle you want to query |
||
Returns: CurrentPos = The next position index of this list |
||
The GetListNext() function retrieves the Next position index (the position after the current index) from the queried linked list. If the next index is the end of the list, then GetListNext will return a -1 FACTS: * Don't know what a linked list is ?, make sure you read the LinkedLists tutorial then. Mini Tutorial: This example creates a list of three people, then runs through the list manually and displays each persons names and their list position.
This example would output.
|
Related Info: | Each | EndOfList | GetListFirst | GetListPos | GetListPrevious | GetListSize | LinkedLists | List | SetListPos | StepList : |
|
|||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
(c) Copyright 2002 - 2025 - Kevin Picone - PlayBASIC.com |