Description
The Year$ function returns the current year.
Syntax
var$ = Year$()
Parameters
None.
Return Value
var$, string, representing the current year in 4 characters.
Example
msgbox(Year$())
The Year$ function returns the current year.
var$ = Year$()
None.
var$, string, representing the current year in 4 characters.
msgbox(Year$())