Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/04/2002, 13:02
Avatar de Juansan
Juansan
 
Fecha de Ingreso: abril-2001
Mensajes: 203
Antigüedad: 24 años
Puntos: 0
Re: formato de salida

debes leer acerca de FormatNumber en VBS.

Saludos.

FormatNumber Function
Returns an expression formatted as a number.

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.