StringListLoad

Loads a list of strings from a file.

SYNTAX
StringListLoad(stringList,fileName) 
StringListLoad(stringList,fileName,sectionName) 
ARGUMENTS

stringList Name of the string list.
fileName Name of the file that loads the list.
sectionName Name of the section that loads the data. This parameter is optional.

RETURN Value name
EXAMPLE
StringlistLoad("SListe", "c:\Temp\Test.lst") 
StringlistLoad("SListe", "c:\Temp\Test.lst","Section1")