phoenix,
I used your codes as you have indicated in your previous posts here. However, I am still getting an error when I compiled it. Would you please help fix it. Here is what I have done:
Code:
if (Curtime()<D'2006.10.02 00:00')
{
"XWZ works"
else
{
Alert("Current Use License Expired. Please contact XWZ@yahoo.com");
}
if(regno==G4258DLLK8)
{
"those code above"
}
else
{
Alert("Incorrect Register No.");
}
Here is the error message I am getting:
'\end_of_program' - more than 1 symbol
I truly appreciate your help.
solaris