|
 |
asp_databases thread: Format sum..how? =)
Message #1 by "SD-Studios" <info@s...> on Thu, 17 Jan 2002 20:14:15 +0100
|
|
Hey!
I'd like to know how you make an amount of money, for example 1106102,5 to
be like this 1.106.102 SEK. How should I solve this...? There must be some
Format-string...right?
--
Martin Johansson,
CEO & Project Supervisor
SD-Studios
+46 (0)70-3003320
http://www.sd-studios.com
Message #2 by "oneil brown" <oneil_brown@h...> on Thu, 17 Jan 2002 19:22:05
|
|
ddi you try the "FormatCurrency" string
O'Neil Brown
oneil_brown@h...
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
Message #3 by "Kim Iwan Hansen" <kimiwan@k...> on Thu, 17 Jan 2002 20:22:08 +0100
|
|
Set LCID (Locale ID) to swedish and you'll get swedish dates, money etc.
session.LCID = 1053 'swedish
-Kim
> -----Original Message-----
> From: SD-Studios [mailto:info@s...]
> Sent: 17. januar 2002 20:14
> To: ASP Databases
> Subject: [asp_databases] Format sum..how? =)
>
>
> Hey!
>
> I'd like to know how you make an amount of money, for example 1106102,5 to
> be like this 1.106.102 SEK. How should I solve this...? There must be some
> Format-string...right?
> --
> Martin Johansson,
> CEO & Project Supervisor
> SD-Studios
> +46 (0)70-3003320
> http://www.sd-studios.com
>
>
> $subst('Email.Unsub').
>
|
|
 |