Hi ,
I have a real and i want to format it :
static void Job_Num2Str(Args _args)
{
real realNum = 164740.1294567890123456777;;
info(strFmt("RealToStr %1",Num2Str(realNum,0,17,1,3)));
}
this job show :
RealToStr 164 740.13
but me i want to get 164 740.12 and keep type of variable because Num2Str convert real to string
*This post is locked for comments
I have the same question (0)