Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/07/2004, 18:26
Avatar de ¬...
¬...
 
Fecha de Ingreso: noviembre-2003
Ubicación: Guatemala
Mensajes: 742
Antigüedad: 20 años, 5 meses
Puntos: 4
aqui veo que solo le tiras texto a un campo:
Código:
if ((/:var_text1 eq "0")) {
/:var_text1 = /:newdig;
} else {
/:var_text1 = /:var_text1 add /:newdig;
}
si quisieras tirarle a otros capos tendrias algo como:
Código:
if ((/:var_text2 eq "0")) {
/:var_text2 = /:newdig;
} else {
/:var_text2 = /:var_text2 add /:newdig;
}
y asi con /:var_text3 /:var_text4 etc
__________________
'_'

...