Skip to content

Ini_GetAllSectionVariables

Reads all entries in section

Ini_GetAllSectionVariables(sFile,sSection, sSeperateChar, bReturnAsArray, bMustExist) As Boolean

Filename

Section name

Char between each section-header

Section-list must be returned in array

File must exist

If bReturnAsArray is true the list of entries will be returned in gaValue otherwise the list will be returned in gsValue separated by sSeperateChar

If bStatus Then bStatus = Ini_GetAllSectionVariables("C:\CapaInstaller.ini", "SectionName", "|", True, True)
If bStatus Then
For index = LBound(gaValue) To UBound(gaValue)
bStatus = Job_WriteLog("Custom", "Index #" & index & ": " & gaValue(index), bStatus, False)
Next
End If

Scripting Guidelines

Ini_DeleteSection Ini_GetAllSections Constants Package Property Variables