Hi there!
I've started to work with the Stream Byter Plugin some weeks ago. Everything has worked perfectly until I have started to work with subroutines.
The Stream Byter Plugin just does not execute the code within subroutines.
When I execute the code below, nothing happens:
IF LOAD
SUB functionX
#codeblock
END
END
IF M0 == BB
functionX
END
The Plugin does not execute functionX. It neither works when I put the Subroutine out of the "IF LOAD". And it neither works when there is no IF-condition. I've tried many things, but subroutines have never worked.
Do you have any idea how I can make subroutines work?
Thanks very much!