Hi Ashok. Can you tell in more detail what exactly is the problem of not-keeping the trailing zeros: calculations give an incorrect result, an error is generated or something else?
USER>set json = { "decimal": (12.000)} zw json
json={"decimal":12} ; <DYNAMIC OBJECT>
USER>set n=12.000 zw n
n=12
- Log in to post comments