For each item with breakpoints doesn't work

(This is a template, feel free to delete it.)

*What's problem you are encountering?
for each item of list block isn't working

Post a project example, link, or screenshot:


the block is the same as library for each, but runs once each time you click the block, and the next time, it runs with the next item. however, after the last time, the next two times don't work. try untitled script pic(23) and click on the script 12 times. I need help fixing this.

If the item # var is equal to the length of the list, the not predicate will report true and the item # var will be incremented to be out of bounds.

thank you, but it still says the name of the upvar on the 11th time.

thanks!

I thought I discovered that the default value for a custom upvar is the name of it on the outside, but and I discovered a bug which is caused by an empty definition.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.