Change the provided date, using the provided number of days.
Extracts the field name from the FQFN (Fully Qualified Field Name).
Extracts the table name from the FQFN (Fully Qualified Field Name).
format.currency ( theNumber; decimalSeparator; thousandsDelimiter; currencySymbol, trailingCurrencySymbol )
Format as currency.
Dependancies:
Get the system platform as a human readable text string.
Returns a list of values that are in list1 but not in list2.
Joins the values (list) with the provided glue (text).
Will determine if a value (needle) exists in the provided list (haystack).
Returns the numerical position of the supplied value
Will return the index of the matching value (needle) in the list (haystack).
Remove blank list items.
Removes duplicate values from the list.
text.explode ( theDelimiter; theText ) UPDATE - Major Bug Fixed (January 23, 2013)
Splits a string using the delimiter into a list.
Fixed length text, padded and aligned.
Converts a text string to a path safe string.
Converts a string into a list, using the provided length.
Counts the number of weekdays within a date range.
NOTICE: If you began using the text.explode function prior to January 23, 2013, there was a bug that broke the function if the theDelimiter = ¶, or the delimiterLength > 1.