This is an old revision of the document!
The character used to display the thousands separator when formating a value throught the parameter “format”
<#MyVar setValue="12345.678"> <#MyVar Format="'Money = '%.2m" ThousandSeparator=' '>
The above example will output:
Money = $12 345.68