H hkme Member Joined May 12, 2014 Messages 197 Reaction score 0 Mar 26, 2015 #1 Is there a way to do any sort of loop control in orderbot? like continue, break, goto The workaround I could think of is doing the entire loop in a CodeChunk, but how can I execute a orderbot tag in a code chunk?
Is there a way to do any sort of loop control in orderbot? like continue, break, goto The workaround I could think of is doing the entire loop in a CodeChunk, but how can I execute a orderbot tag in a code chunk?
mastahg Administrator Staff member Joined Feb 27, 2011 Messages 5,381 Reaction score 388 Mar 26, 2015 #2 hkme said: Is there a way to do any sort of loop control in orderbot? like continue, break, goto Click to expand... Nothing like that is implemented, while and if are just abstract tags really. A continue and break tag could possibly be created but no current plants. hkme said: The workaround I could think of is doing the entire loop in a CodeChunk, but how can I execute a orderbot tag in a code chunk? Click to expand... You can't. Whatever your trying to do, you are approaching it the wrong way.
hkme said: Is there a way to do any sort of loop control in orderbot? like continue, break, goto Click to expand... Nothing like that is implemented, while and if are just abstract tags really. A continue and break tag could possibly be created but no current plants. hkme said: The workaround I could think of is doing the entire loop in a CodeChunk, but how can I execute a orderbot tag in a code chunk? Click to expand... You can't. Whatever your trying to do, you are approaching it the wrong way.