$Year System Tag
- Last UpdatedNov 07, 2016
- 1 minute read
Returns the current year number.
Syntax
$Year
Data Type
Integer (read only)
Example(s)
This script assigns the string "Welcome to xxxx" to the string Welcome where xxxx is the current year.
Welcome = "Welcome to " + StringFromIntg($Year,10)