"Morten Abildgaard" <none@all.dk> skrev i en meddelelse
news:Xns9274A9C3512A5nonealldk@212.242.40.196...
> Hej igen,
>
> Er der en indbygget funktion (meget gerne til både VBScript og XSL) til
> automatisk indsætning af før- eller efter-stående 0, så man får en bestemt
> længde på et tal?
Kan du bruge:
FormatNumber(Expression [,NumDigitsAfterDecimal [,IncludeLeadingDigit
[,UseParensForNegativeNumbers [,GroupDigits]]]])
?
Arguments
-Expression
Required. Expression to be formatted.
-NumDigitsAfterDecimal
Optional. Numeric value indicating how many places to the right of the
decimal are displayed. Default value is -1, which indicates that the
computer's regional settings are used.
-IncludeLeadingDigit
Optional. Tristate constant that indicates whether or not a leading zero is
displayed for fractional values. See Settings section for values.
-UseParensForNegativeNumbers
Optional. Tristate constant that indicates whether or not to place negative
values within parentheses. See Settings section for values.
-GroupDigits
Optional. Tristate constant that indicates whether or not numbers are
grouped using the group delimiter specified in the control panel. See
Settings section for values.
*SNIP*
> Jeg fandt funktionen "digits" i Xpath-dokumentationen, men kan ikke lige
> regne ud hvad den kan.
Aner det heller ikke
SumSum
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 02-08-2002