Switch expression in compiled block
1504
2
0
-
- luoqiulin
- Member
- 305 posts
- Joined: May 2007
- Offline
Hi
on switch node's help there is this script:
if (strmatch("*Error:*", run("opinfo " + opfullpath("../" + opinput(".", 1)))), 0, 1)
this is very useful when the first node have errors.
but how can the script work in Compiled Block?
Edited by luoqiulin - Dec. 24, 2021 08:27:28
-
- jsmack
- Member
- 8034 posts
- Joined: Sept. 2011
- Offline
luoqiulin
but how can the script work in Compiled Block?
It cannot. The compiled block runs as if it were a single node cook. Intermediate data cannot be accessed.
-
- luoqiulin
- Member
- 305 posts
- Joined: May 2007
- Offline
jsmack
luoqiulin
but how can the script work in Compiled Block?
It cannot. The compiled block runs as if it were a single node cook. Intermediate data cannot be accessed.
ok it's a bad news!
thank you very much,