函数 - 执行外部文件
实例下载
import fwl.fws
import usercode.dll
@ begin to invoke fwf1
test6.fwf1("name", "male")
show "the result is " + $$
TheUserCode.MyCode3("aaa")
show $$
//show "it is" + TheUserCode.MyCode1(1) + " OK?"
@ the end
| << 函数 - 执行DLL文件 | 函数 - 调用外部JSON函数 >> |