Hi.
I'm writing a rather complex event, and I'm looking for a control primitive which allows me to stop processing immediately. In programming speak, I'm looking for "return" or "exit". I cannot find an equivalent. "break' is close, but doesn't quite do what I need. I can build up the controls I need with set_ and check_ variables, but it's resulting in undesirably complex code.
I've read through all the docs, and just can't find what I'm looking for.
Does it exist?
Edit: answered through developer channels, the answer is "no," there is not such a primitive. I worked around this by setting a 0/1 value on the scope, and using a series of if statements.
I'm writing a rather complex event, and I'm looking for a control primitive which allows me to stop processing immediately. In programming speak, I'm looking for "return" or "exit". I cannot find an equivalent. "break' is close, but doesn't quite do what I need. I can build up the controls I need with set_ and check_ variables, but it's resulting in undesirably complex code.
I've read through all the docs, and just can't find what I'm looking for.
Does it exist?
Edit: answered through developer channels, the answer is "no," there is not such a primitive. I worked around this by setting a 0/1 value on the scope, and using a series of if statements.
Last edited: