I noticed the Date$ function returns the current date, but there is no:
why would that be!?
I would like to be able to set the system date.
Erik.
Code: (Select All)
Print "Date";
Input D$
Date$ = D$
I would like to be able to set the system date.
Erik.