This example source code made my trial
why there is always a problem with this sc?
Quote:
if(Monthz)
{
sprintf(dwTrialMIN, " : %d Bulan",Monthz);
}
else
{
if(Dayz)
{
sprintf(dwTrialMIN, " : %d Hari",Dayz);
}
else
{
MSG_System.MSG_TrialDetect();
}
}






