April 14, 2011
User Reference
This function converts spaces to “hard” or non-breaking spaces. When Word performs word-wrapping at the end of a line, a non-breaking space will not appear at the end of a line but will cause the characters on either side of it to be on the same line. <<HardSpace(FormatNumber(Amount,“#,#0.00”,“ZA”))>> If the ‘Amount’ data element is 1200 [...]
Tagged as:
HardSpace
Read the full article →
April 14, 2011
User Reference
FormatDate Date data elements can be formatted according to the format patterns defined for the .NET framework. For example: <<FormatDate(dateofengagement,”yyyy-MM-dd”)>> <<FormatDate(dateofengagement,”dd MMM yyyy”,”af”)>> <<FormatDate(dateofdismissal,”d MMMM, yyyy”)>> <<FormatDate(dateofSignature,”MMMM o yyyy”)>> These examples would result in something like, respectively: 2008-02-29 29 Februarie 2008 29 February, 2008 February 29th 2008. Except for the Afrikaans example, the other results [...]
Tagged as:
FormatDate,
IncrementDate
Read the full article →