Numbers in letters?
-
Does anybody know a quick routine to convert from numbers like "1000$" to "One thousand dollars"? I need this to print invoices Thanks in advance
-
Does anybody know a quick routine to convert from numbers like "1000$" to "One thousand dollars"? I need this to print invoices Thanks in advance
Please don't post to every forum on the site. This is a common piece of homework, and so I'm sure you could find some code with google, although it's pretty straightforward to write. ( Yes, I understand you're saying it's not homework, I'm saying the fact that it often is increases the odds of a snippet existing online ) Christian Graus - Microsoft MVP - C++
-
Please don't post to every forum on the site. This is a common piece of homework, and so I'm sure you could find some code with google, although it's pretty straightforward to write. ( Yes, I understand you're saying it's not homework, I'm saying the fact that it often is increases the odds of a snippet existing online ) Christian Graus - Microsoft MVP - C++
What happened to sharing? I know it is straight-forward and I know it is given as homework to university students, but also know it will waste my time since it only deals with the basic programming operations...I'm trying to avoid going deep into things that are easy and take up a lot of time and was wondering if somebody could help...Right now i'm swammed in datagrid lousy events and too much SQL problems, I'd rather stick my nose into something else...that's all...
-
What happened to sharing? I know it is straight-forward and I know it is given as homework to university students, but also know it will waste my time since it only deals with the basic programming operations...I'm trying to avoid going deep into things that are easy and take up a lot of time and was wondering if somebody could help...Right now i'm swammed in datagrid lousy events and too much SQL problems, I'd rather stick my nose into something else...that's all...
Please send me your email i will send you an example numbers to letters. Ok .... Muhamad Waqas Butt waqasb4all@yahoo.com
-
Please send me your email i will send you an example numbers to letters. Ok .... Muhamad Waqas Butt waqasb4all@yahoo.com
Thx mate I got the solution from here:http://www.codeguru.com/vb/vb\_internet/webservices/article.php/c4807/ I appreciate the thought!:rolleyes:
-
Thx mate I got the solution from here:http://www.codeguru.com/vb/vb\_internet/webservices/article.php/c4807/ I appreciate the thought!:rolleyes:
ok All Right Buddy.....:) Muhamad Waqas Butt waqasb4all@yahoo.com
-
What happened to sharing? I know it is straight-forward and I know it is given as homework to university students, but also know it will waste my time since it only deals with the basic programming operations...I'm trying to avoid going deep into things that are easy and take up a lot of time and was wondering if somebody could help...Right now i'm swammed in datagrid lousy events and too much SQL problems, I'd rather stick my nose into something else...that's all...
Hadi Fakhreddine wrote: What happened to sharing? What do you mean ? Hadi Fakhreddine wrote: but also know it will waste my time since it only deals with the basic programming operations... I don't *have* an example here, I was just suggesting that you would find one easily. If I had one, I would have posted it. I see you followed my advice anyhow, and found an example online. Christian Graus - Microsoft MVP - C++