01 2018 档案
摘要:1、r.d 作业编码 2、ctrl+d3、输入 watch g_errparam.code if g_errparam.code='错误编码', 点几次OK, 再直接run程序,会自动跳到错误提示行。 如在循环中,可watch l_ac if l_ac>10 也可以使用CTRL + D 改变变量的值
阅读全文
摘要:例子:cxmp541 1 #excel匯出功能 2 ON ACTION exporttoexcel 3 LET g_action_choice="exporttoexcel" 4 IF cl_auth_chk_act("exporttoexcel") THEN 5 #browser 6 CALL g
阅读全文