Hi,
Is it possible to convert the numeric value in words?
eg. 4000 : Four Thound only.
Hi,
Is it possible to convert the numeric value in words?
eg. 4000 : Four Thound only.
Subject: RE: Amounts in words
I had a function to do this, so I posted it on my blog (link below). If it’s not there yet, it should be in an hour or so.
Useful blog: Best Practice Makes Perfect
For better answers, be C R I S P Y
Subject: RE: Amounts in words
Thanks Andre…I am going to try your code ! will inform you.
Subject: Amounts in words
I don’t know of any built in functions but the search of the web returns “tonnes” of sample pieces of code:
E.g. VB Helper: HowTo: Convert a number into words in Visual Basic .NET