
07/06/2005, 23:08
|
| | Fecha de Ingreso: abril-2004 Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 21 años, 1 mes Puntos: 4 | |
haciendo una aportación extra:
MyAmount = FormatCurrency(15*30) 'contains $450.00
MyAmount = FormatCurrency(-54/7,2,,-1) 'contains ($7.71) FormatCurrency(Number[,Precision [,IncludeLeadingZero [,UseParensForNegatives [,GroupDigits]]]]) |