Pascal Scripting: LoadStringsFromFile
Prototype:
function LoadStringsFromFile(const FileName: String; var S: TArrayOfString): Boolean;
Description:
Loads the specified text file into the specified string array. Returns True if successful, False otherwise.