On the VB3 environment I write this code:
Dim days, newday
newday = "12/31/2000"
days = DateDiff("d", Now, newday)
There's an error message saying "File Not Found" after this line was run.
I'm running VB3 on Windows 3.1 platform and in another computer with Win 98 VB3 runs the whole program fine.
Dim days, newday
newday = "12/31/2000"
days = DateDiff("d", Now, newday)
There's an error message saying "File Not Found" after this line was run.
I'm running VB3 on Windows 3.1 platform and in another computer with Win 98 VB3 runs the whole program fine.