|
|
|
|
|
ContinentList (Function) In french: ContinentListe Returns the list of continents.
// Initialize list of continents arrContinentList is array of Continents = ContinentList() FOR EACH oContinent OF arrContinentList ListAdd(LIST_ListContinent, oContinent.Name) END
Syntax
<Result> = ContinentList()
<Result>: Array of Continents Array of Continent variables that contains the list of continents.
Related Examples:
|
Unit examples (WINDEV): Country and Continent functions
[ + ] This example shows how to use Country / Continent variables and functions.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|