2.0

Functions
Using Calculations 9-23
MonthName
The MonthName function returns the full name of the month for a given
date.
Usage Example
MonthName(Date())
If the current date is February 14, 1996
Then the calculation MonthName(Date()) returns February
In the example below, the name of the month is put in the
Month Name
field using the current system date calculated in the
Todays Date
field.
Pi
The Pi function returns the value of the constant Pi (approximately
3.14159265).
Usage Example
Pi()
If a field contains the function Pi()
Then the value of Pi is returned as 3.14159265
In the example below, the area of a circle is calculated using Pi and the
Radius
field and put in the
Area
field.