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