
26/08/2007, 22:22
|
 | | | Fecha de Ingreso: agosto-2007
Mensajes: 36
Antigüedad: 17 años, 7 meses Puntos: 0 | |
Re: Suma de Labels Utiliza el FormatCurrency(Numero,Numero de decimales)
Ej:
Total = FormatCurrency(200,1) '200,0
Total = FormatCurrency(200,2) '200,00
Total = FormatCurrency(200,3) '200,000 |