Home RAP

DisplayFormat in RAP

edited October 2009 in RAP
The DisplayFormat property in RAP operates on string values as well as
numeric values.

However, it does give different results when operating on the the string
representation of a number compared to the numeric representation of the
same value.

For example:

Format Number Result String Result
------ ------ ------ ------ ------
# 123 123 123 3
### 123 123 123 123
0.0 2.0 2.0 2.0 2.
0.0 2.3 2.3 2.3 2.3
0.0 2.28 2.3 2.28 2.2


Richard Harding

Comments

This discussion has been closed.