VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

The Modules which converts any number to words. Simply one has to add the module and call the funct

Angsuman Banerji  (23 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Thu 6th November 2003   Mon 8th February 2021

The Modules which converts any number to words. Simply one has to add the module and call the function from the main form and use in pleasure

API Declarations



'
' Constants
'
Private Const Ones As String = "one two three four five six seven eight nine ten " ' 1 - 9 : Six characters each
Private Const Teens As String = "eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen " ' 11 - 19 : Ten characters each
Private Const Tens As String = " twenty thirty forty fifty sixty seventy eighty ninety " ' 10,20 .. 90 : Eight characters each
Private Const USThousands As String = "thousand million billion trillion quadrillion " ' US Thousands : 12 characters each


Rate The Modules which converts any number to words. Simply one has to add the module and call the funct (1(1 Vote))
The Modules which converts any number to words. Simply one has to add the module and call the funct.bas

The Modules which converts any number to words. Simply one has to add the module and call the funct Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters