|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
FormatCurrency?
<i><b>Originally posted by : Lukas (vendus@yahoo.com)</b></i><br />I have this code in one of my asp-pages:<br /><br /><td><strong><font size="2"><br /><%= FormatCurrency(m_lSumTurnOver,2)%> </font></strong></td><br /><td><strong><font size="2"><br /><%= FormatCurrency(m_lSumWAP,2)%> </font></strong></td><br /><br />and it always gives out öS (Austrian Schillings)...<br />so im not very good at programming asp-pages...but can anyone help me, I would like to give out EURO instead of Schillings. I don't want to alter the page all that much because it has some links in it, maybe someone can give me some alternate code???!!!<br />The page is much much bigger...dont know if you need the rest of it....<br />or maybe someone can tell me what that part of code means???!!!!<br />Thanks alot...<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : hg (hgsistem@overnet.com.ar)</b></i><br /><br /><br /><br />------------<br />Lukas at 3/23/2001 4:25:09 AM<br /><br />I have this code in one of my asp-pages:<br /><br /><td><strong><font size="2"><br /><%= FormatCurrency(m_lSumTurnOver,2)%> </font></strong></td><br /><td><strong><font size="2"><br /><%= FormatCurrency(m_lSumWAP,2)%> </font></strong></td><br /><br />and it always gives out öS (Austrian Schillings)...<br />so im not very good at programming asp-pages...but can anyone help me, I would like to give out EURO instead of Schillings. I don't want to alter the page all that much because it has some links in it, maybe someone can give me some alternate code???!!!<br />The page is much much bigger...dont know if you need the rest of it....<br />or maybe someone can tell me what that part of code means???!!!!<br />Thanks alot...<br /><br />the problem is that the server wich runs these page ins configurated in these way. The solution I see is to write your own function...<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > FormatCurrency? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|