Dim $section MsgBox(0, "Test", "TP0") $section = IniReadSection("TestINIread.ini", "MacroSection") MsgBox(0, "Test", "TP1.1") MsgBox(0, "Test", "TP1.2: " & String(@error)) MsgBox(0, "Test", "TP2.1: " & String($section[0][0])) MsgBox(0, "Test", "TP2.2: " & String(UBound($section,1))) MsgBox(0, "Test", "TP3: '" & $section[1][0] & "\" & $section[1][1] & "'") MsgBox(0, "Test", "TP4: '" & $section[2][0] & "\" & $section[2][1] & "'")