$Sections = Split(ReadProfileString('c:\pc.ini','',''), Chr(13))
should be
$Sections = Split(ReadProfileString('c:\pc.ini','',''), Chr(10))