[#] Format (DB Field Attribute)

Takes 1 parameter, a formatting mask

Description:

Formats a numeric Database Field as a number, optionally using a custom mask

Mask Options:

Examples:

[=] 0123.4560
[#] '123.456
[#] 0000.0 '0123.5
[#] ###0.0 '123.5

[=] 123456
[#] #,.00 '123,456.00

[=] 0.123456
[#] 0.00% '12.34%