Global Functions
- print(string)
- println(string)
- string = formatdate(date,dateformat)
- string = formatnumber(number,numberformat)
- string = readurl(url)
Notes
The print and println functions are not available in report templates.
The dateformat string follows Java SimpleDateFormat.
Example: formatdate(new Date(), "yyyy-MM-dd") returns "2006-03-30"
The numberformat string follows Java DecimalFormat.
The urls allowed by the readurl function are constrained by the Preferences