Ok. I’ve narrowed my un-bound variable problem down.
It appears this (see patch below) type of construction is causing the new unbound errors for me in 6.9:
It’s inside an omloop with two collect statements, the subpatch ‘test’ won’t run if it is set to run once mode in 6.9.
In 6.8, it runs fine set to run once mode.
In my actual application, test needs to only run once, to prevent it from taking the next set of numbers from the
input lists on the 2nd collect.
(There isn’t anything of consequence inside test here - it is just straight through - i’ve stripped
out all my editing routines to try and pin down the problem)
I can’t understand why this works in 6.8, and not in 6.9 ?
lets-crash.omp (13.1 KB)