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

Notifications

Announcements

No record found.

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
    301,075 Super User 2025 Season 2 on at

    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

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

  • brianmaric Profile Picture
    on at

    Thank You!

  • Community Member Profile Picture
    on at

    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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans