Hello,
For some reason I'm having this weird issue where I format the entries in my data to two decimal places and then try to display the entry to find that the command displays a number to 3 decimal places, even though when I browse the data the numbers are all to two decimal places.
The actual entry is 0.68, when I write 'display %9.1f scount sample==1' it displays 0.71 which is also weird.
Please can you let me know how I can get the command to display exactly what's in the entry in the browse data section.
Thanks,
Jad
For some reason I'm having this weird issue where I format the entries in my data to two decimal places and then try to display the entry to find that the command displays a number to 3 decimal places, even though when I browse the data the numbers are all to two decimal places.
Code:
. format _all %9.2f . display %9.2f scount sample==1 0.681
Please can you let me know how I can get the command to display exactly what's in the entry in the browse data section.
Thanks,
Jad
Comment