achafio respondió:
Creas una función con el nombre gf_encry(String pass) returns string Y poner el siguiente código integer li_cont,li_operador string encry,ls_temp for li_cont = 1 to len(pass) ls_temp=mid(pass,li_cont,1) li_operador=asc(ls_temp) - 32 + 12 encry =...