¿Hace exactamente esta parte del código en visual fox?
            N= val(thisform.Text1.Value)
D= val(thisform.Text2.Value)
If N < D Then
C = N
Else
C = D
Do While (n%c!=0) or (D%C!=0) <<<----- a esta me refiero ke hacen los signos ai?
c = c - 1
EndDo
endif
N = N / c
D = D / c
N = Str(N)
D = Str(D)
F = (N + " / " + D)
thisform.text3.value=F
thisform.command3.value=1
        
D= val(thisform.Text2.Value)
If N < D Then
C = N
Else
C = D
Do While (n%c!=0) or (D%C!=0) <<<----- a esta me refiero ke hacen los signos ai?
c = c - 1
EndDo
endif
N = N / c
D = D / c
N = Str(N)
D = Str(D)
F = (N + " / " + D)
thisform.text3.value=F
thisform.command3.value=1
1 Respuesta
                    Respuesta de waltercale                
                
        
        
            
                1
              
        
        
        
            
            
        
    
                
