24.09.2019, 05:39
(This post was last modified: 24.09.2019, 05:40 by benanderson_475.)
Thanks,
I have something working now,
If I have some lua lib function with parameters eg
function do_cmd(cmd)
return(“MV”.. cmd)
end
Can the parameter cmd be passed through the .lp
From the js Or do I need separate .lp for each function call?
Many thanks
I have something working now,
If I have some lua lib function with parameters eg
function do_cmd(cmd)
return(“MV”.. cmd)
end
Can the parameter cmd be passed through the .lp
From the js Or do I need separate .lp for each function call?
Many thanks