Hi, I ran the job you sent and this is what i am getting..
"Message (11:48:22) *** Thirty One Billion One Hundred Thirty One Million One Hundred Seventy Eight Thousand Seven Hundred Twenty Nine and 00/100" I think the method is ok... Just check if somebody has played around with the numeralsToTxt method in global class... Regards, Sumit On Fri, Jun 27, 2008 at 9:11 AM, Wahyudin Zakie <[EMAIL PROTECTED]> wrote: > hi, > > I've a problem with NumeralsToTxt function. i have invoice amount = IDR > 31,131,178,729. i want to convert it to says number, i'm using numeralstotxt > function but the result is wrong. i try to test this code with job like > this. > > > > info(strfmt("%1",numeralsToTxt(31131178729.00))); > > > > it says : "Two Billion One Hundred Forty Seven Million Four Hundred Eighty > Three Thousand Six Hundred Forty Seven and 00/100" > > > > is it a bug??? > > > > Thank's for your reply... > > > > Zakie > > >