List:String()
This topic describes the syntax and usage of the List:String function in Zoho Creator
Description
The List:String() function create an empty string list. This list can hold only string elements.
Syntax
List:String()
Return Value
Returns s empty string list.
Example
countries=List:String();
countries.add("USA");
countries.add("UK");