Hi Subhajit,

Check if this jobs helps you.

static void PowerArthimeticFormat(Args _args)
{
    real    r, r1;
    Window  10,5 at 5,5 // Window resizing
    ;
   
    //Power
    r = power(10, 5);
    print r;
    pause;
    
    //I hope you aren't looking like this type.
    r1 = 10 ^ 5;
    print r1;
    pause;
}

Hope this helps :)Revert back in case of any additional queries
Thanks
Santosh.R

--- In Axapta-Knowledge-Village@yahoogroups.com, "ghoshsubhajit" 
<ghoshsubha...@...> wrote:
>
> Hi
> 
> I want to print 10 to the power 5 in arithmatical format [not 10^5] in axapta.
> 
> Subhajit Ghosh
>


Reply via email to