In the example below, the command should be typed on one line. Note the use of double backslashes (\\) and not single backslashes to denote a new folder. The Return Value for the variable sectionData will be a string containing the contents of the section entered in the section parameter
var sectionData = GetINISectionData("C:\\Program Files\\Illuminatus Opus Pro\\Transitions\\3d\\3d.ini", "2")
To check the contents of the section, use the Debug.trace() function. Continuing the example above
Debug.trace(sectionData)
If you want to read the data in your program use the Global String functions to search for words in the new string.