12-21-2022, 03:27 AM
Try this code and tell me what happens..
btw: It does not display an error..
btw: It does not display an error..
Code: (Select All)
Print clock$
Function clock$
clock$ = "date/time is:"
clock$ = clock$ + Date$ + " " + Time$
End Function