CurrentAge Description: script:CurrentAge(yearBorn,thisYear) Calculates the age based on yearBorn and thisYear Example: script:CurrentAge('1990',\@sys_year) Result: If the current year is 2020, then returns 30.