Hello, I have a question.
test := 0.01;
debugmessage(test);
When I print the value of test, the result shows as 1.e-002 rather than 0.01.
Is there a way to display the number exactly as 0.01?
Hello, I have a question.
test := 0.01;
debugmessage(test);
When I print the value of test, the result shows as 1.e-002 rather than 0.01.
Is there a way to display the number exactly as 0.01?