Code:
$printers = Split(ReadProfileString(@ScriptDir + "\test.ini", "Accounting Printers", ""), chr(10))
? ubound($printers)


Returns 4 instead of 3 using the provided test.ini.

The 4th result is what is causing the odd output...