web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to show a real value in function strFmt with more than 2 digitals?

(0) ShareShare
ReportReport
Posted on by 573

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)
  • Suggested answer
    André Arnaud de Calavon Profile Picture
    299,399 Super User 2025 Season 2 on at
    RE: How to show a real value in function strFmt with more than 2 digitals?

    Hi,

    You can use the method num2str for this. See the documentation how to use this method: msdn.microsoft.com/.../aa866120.aspx

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: How to show a real value in function strFmt with more than 2 digitals?

    Unfortunately you can't have more than two decimal places in strFmt function. Try using num2str

  • brianmaric Profile Picture
    on at
    RE: How to show a real value in function strFmt with more than 2 digitals?

    Thank You!

  • Community Member Profile Picture
    on at
    RE: How to show a real value in function strFmt with more than 2 digitals?

    static void teststrfmt( )
    {
       real num = 0.0028;
       str noreal = num2str(num,12,4,1,1);
       ;
       info(strFmt("%1,%2", num,noreal));

    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 4

#1
Martin Tocauer Profile Picture

Martin Tocauer 4

#3
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans