04-06-2011 10:52 AM
Hello All!
I have some FXP numbers:
When I flatten them to string, my resulting string has a lengh of 8 bytes. I was expecting 3 bytes...
Could anyone explain me this behaviour?
Thanks in advance!
Vincent
Solved! Go to Solution.
04-06-2011 11:08 AM
According to the numeric data types table, FXP is always 64 bit (or 72 bit if you include overflow status).
04-06-2011 11:11 AM
Gizz....
Thanks a lot!