Here is one of the Piranhas playing KiXGolf with it :



break on

$f   = @scriptdir + '\Birthdays.ini'
$BDs = readprofilestring($fright('0'+@monthno,2), right('0'+@mdayno,2) )
if $BDs
    $_ = messagebox("Todays Birthdays are:" + @crlf + $BDs"Happy Birthday"64)
endif



{partially 'borrowed' from Richard}
_________________________