Formatting Module
convenience module for generating HTML tables, optimised for amortisation schedules
Functions and values
Function or value |
Description
|
Full Usage:
formatHtmlTableHeader indexName names
Parameters:
string voption
names : string array
Returns: string
|
creates a table header row from a record's fields
|
Full Usage:
generateHtmlFromArray items
Parameters:
'a array
Returns: string
|
generates a formatted HTML table from an array
|
Full Usage:
outputToFile filePath append content
Parameters:
string
append : bool
content : string
|
writes some content to a specific file path, creating the containing directory if it does not exist
|
Full Usage:
outputToFile' fileName append content
Parameters:
'a
append : bool
content : string
|
writes content to a file in the application's IO directory
|