1.4

The Text Script Wizard also allows you to format variable data; see "Using the Text Script
Wizard" on page 161 and "Formatting variable data" on page 164.
Note
The TextFormatter object is now deprecated and will eventually be removed.
Functions
l date()
l dateLong()
l dateMedium()
l dateShort()
l dateTime()
l dateTimeLong()
l dateTimeMedium
()
l dateTimeShort()
l timeLong()
l timeMedium()
l timeShort()
The date, dateTime and time functions allow you to format a date
and/or time. See "Date, date/time and time functions" on page 45.
l lowerCase()
l upperCase()
l properCase()
The text formatting functions transform all characters to
lowercase (lowerCase) or uppercase (upperCase) or transforms
the first character of each word to uppercase and all other
characters to lowercase (properCase).
loadhtml()
Global function thatreplaces the content (inner html) of each matched element in the result set,
alternatively load the data into a variable.The location should be an URL or a relative file path.
l loadhtml(location)
l loadhtml(location, selector)
Note
Loadhtml() iscached per batch run (based on the URL) in print/email.
Page 52