Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/03/2013, 08:48
reynierpm
 
Fecha de Ingreso: marzo-2011
Ubicación: Caracas
Mensajes: 140
Antigüedad: 13 años, 1 mes
Puntos: 1
Respuesta: Poner centimos tambien como letras

Encontré la solucion, la dejo aca por si a alguien le hace falta:
Código PHP:
If cents1 0 Then
        
If cents >= 100 Then
            cents1 
cents1 Cientos(cents)
        Else
            If 
cents >= 10 Then
                cents1 
Decenas(centscents Mod 10)
            Else
                
cents1 Unidades(cents1)
            
End If
        
End If
    
End If
    
    If 
mon 1 Then
        letras 
cantlm " CON " cents1 " CENTIMOS "
    
Else
        
letras cantlm " CON " cents1 " CENTIMOS "
    
End If 
__________________
Reynier Perez Mira
Skype: reynierpm
Site: http://www.reynierpm.com