Convert Indian Rupees Into Words
Category:
MiscellaneousType:
ModulesDifficulty:
BeginningAuthor:
Bharat ModhaVersion Compatibility: Visual Basic 6, Visual Basic 5, Visual Basic.NET
More information:
Please find the text file containing a fuction "RupeesToWord", which is useful to convert Indian Rupees Currency into Words.
There is no specific function on any website to do the same. The above function can convert Indian Rupees Currency into Hundred, Thousand, Lacks, Crore, Arab, Nil, Kanth....etc. So, it is truly useful for any software created for Indian People.
Just copy the all function "RupeesToWord" in VB Module and use it in your program.
How To Use :-
Text1.text=10500.50
RupeesToWord(Text1.text)
RESULT = Rupees Ten Thousand Five Hundred and Fifty Paisa Only
Now Enjoy It.....But, dont forget to give me credit ..
Thanking you,
Best Regards,
(Bharat Modha)
Mobile No. : +919879607202
Porbandar (Gujarat) - India
bharatmodha@yahoo.com
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations:
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download money.zip