zfadel
12th October 2016, 11:24
Dear Expert,
I have a requirement to convert amount to amount in words in Arabic format.
is there a function in Baan 5.0c to do the conversion?
Thank you
Ziad
Ajesh
12th October 2016, 16:19
Can you specify what is an Arabic Format and how does the amount get displayed in that format?
Based on that others may help you..
mark_h
12th October 2016, 17:03
I think he is looking for something like this http://www.baanboard.com/baanboard/showthread.php?t=62829&highlight=numbers - but for Arabic languages. .
bhushanchanda
12th October 2016, 17:32
Not sure of Baan 5 but on LN there is a standard DLL-
tcmcs.dll0006.decode(
i.amnt,
1, |#True
amount.desc,
amount.desc1,
amount.desc2,
amount.desc3,
language$)
If not, you need to build it like in the thread Mark has mentioned already.