|
EndOfList | ||
State = EndOfList(List()) | ||
Parameters: List() = The Type list handle you wish to query |
||
Returns: State = The state of the current list index (1=end of list, 0 = not at end) |
||
The EndOfList() function queries if the current list index has been moved to the end of list. EndOfList returns True(1) when the end of list has been reached, otherwise it returns False(0) 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 | GetListPos | LinkedLists | List | NewList | StepList : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |