Hi Vijay,
  the best function for you is: numeralsToTxt
  
  static void RealToNum(Args _args)
{
real RealValue = 124540.12;
str 200 StringValue;
   ;
  StringValue = numeralsToTxt(RealValue);
info(StringValue);
}
  
  Best regards,
  Liviu

LIVIU STOICA <[EMAIL PROTECTED]> wrote:
  Hi Vijay,
  
  Used Num2Str function.
  
  For example:
  static void RealToNum(Args _args)
{
real RealValue = 1200.00;
str StringValue;
;
  StringValue = num2str(RealValue,5,2,2,1);
  info(StringValue);
}
  
  Best regards,
  Liviu

vijay karthik <[EMAIL PROTECTED]> wrote:
  hi,
  i need for help regarding a real value as converted into string. for example:
  real value : 1200.00 rs, this value is converted in to 'One Thousand Two hundred'.
  Is there any inbuilt function in Axapta.
  
  help me...
  Thanks in advance..
  regards,
  vijaykarthik.k

Send instant messages to your online friends http://uk.messenger.yahoo.com

[Non-text portions of this message have been removed]






  SPONSORED LINKS
        Computer part   Programming languages   Microsoft axapta     Support exchange
   
---------------------------------
  YAHOO! GROUPS LINKS

   
    Visit your group "development-axapta" on the web.
   
    To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
   
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

   
---------------------------------
 



           
---------------------------------
Blab-away for as little as 1¢/min. Make  PC-to-Phone Calls using Yahoo! Messenger with Voice.

[Non-text portions of this message have been removed]





  SPONSORED LINKS
        Computer part   Programming languages   Microsoft axapta     Support exchange
   
---------------------------------
  YAHOO! GROUPS LINKS

   
    Visit your group "development-axapta" on the web.
   
    To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
   
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

   
---------------------------------
 



           
---------------------------------
Do you Yahoo!?
Everyone is raving about the  all-new Yahoo! Mail Beta.

[Non-text portions of this message have been removed]






SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to