You can now add a prefix or a suffix for numeric column data in an instance list.
This is useful for currency data, where you might want to show a number as:
$1400.00
or
USD1400.00
or
$1400.00(USD)
To use the feature, set the column's prefix or suffix property before loading the data into the instance list using the list manager. For example:
#AVLISTMANAGER.avNColumnPrefix1 := '$'
and/or
#AVLISTMANAGER.avNColumnSuffix1 := '(AUD)'