Hi all,
I notice that in OM 6.8 the initdo object in the omloop does not work: it does not evaluate whenever the loop is run.
Anybody else has the same problem?
Thanks
Michele
Hi all,
I notice that in OM 6.8 the initdo object in the omloop does not work: it does not evaluate whenever the loop is run.
Anybody else has the same problem?
Thanks
Michele
Hi Michele
This functionality had been temporarily removed because of a bug it caused when anything related to the initdo is connected to one of the iterator boxes of the loop (e.g. listloop, forloop etc.)
I have not fixed this problem yet.
If you take care not creating such connection (i.e. use the iterators only with eachtime or finally, which is logical somehow…) then the fix file attached should make it. (put the file in OM 6.8/patches/)
I will include this “half-fix” in OM 6.9
Best
Jean
loop-init.lisp (1.75 KB)
Thanks Jean!
Michele