10-04-2023, 07:23 PM
Quote:Also this Unsupported keywords Wiki page states alraedy in the first few lines why it don't give an error.DATE$ (statement) The statement is not supported.
And I was wondering why this doesn't work, i.e. the date isn't changed.
Code: (Select All)
Dim As String heutigesDatum
Print "Heute ist "; Date$
heutigesDatum = Date$
Date$ = "11-21-1992"
Print Date$
Date$ = heutigesDatum