StringListLine

Reads the content of a line in a string list.

SYNTAX
StringListLine(stringList,lineIndex) 
ARGUMENTS

stringList Name of the string list
lineIndex Number of the line to read beginning from 0

RETURN Line content
EXAMPLE
line = StringListLine("SListe",0)