The simple example is as below:
static void Job4(Args _args)
{
real num = 0.0028;
info(strFmt("%1", num));
}
The result is 0.00. So how to show the info with exactly value 0.0028?
Thanks!
*This post is locked for comments
I have the same question (0)