LUA exit codes being passed back

Can we please get LUA exit codes able to be read by both calling LUA code segments and sequences so they can be evaluated by an IF statement.

exit (1)

IF exitcode IS 1 THEN
<Execute sequence 1>
OR
<Execute sequence 2>

This will allow a better coding eco system to be able to be constructed as code segments (currently limited to 3000 characters) to be knitted together.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.