|
List | |||
The List keyword is used in denote the addition of linked list support to a typed variable declaration. eg.
FACTS: * see LinkedLIsts tutorial Mini Tutorial: This example uses the linked list mechanism to store a list of friend names. Before we can get the iterating through them, we first have to declare our tPerson type, define our Friends variable as a list then add some names to that list. Once that's done, it's just matter of using our For Each / Next controls to run and print them out.
Sample output.
|
Related Info: | Continue | Dim | Do | Each | Exit | ExitFor | Loops | Next | Repeat | Step | Types | While : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |