Jewel142
ISP
- Jun 17, 2009
- 39
Hi Everyone,
I have a program that I need to convert a dollar amount to Euros. I've done the background calculations computing from dollars to euros. I can get the proper amounts to show up in my listbox items but I'm having a hard time figuring out how to swap the decimals and the commas. This is what I have so far:
invoiceListBox.Items.Add(EURO_ACCESSORIES.ToString.Insert(0, "E") & ("N2").PadLeft(10))
Any suggestions? Thanks!!
Jewel
I have a program that I need to convert a dollar amount to Euros. I've done the background calculations computing from dollars to euros. I can get the proper amounts to show up in my listbox items but I'm having a hard time figuring out how to swap the decimals and the commas. This is what I have so far:
invoiceListBox.Items.Add(EURO_ACCESSORIES.ToString.Insert(0, "E") & ("N2").PadLeft(10))
Any suggestions? Thanks!!
Jewel