I really like working with sequences for repeatable user data but have trouble with referencing them easily with out refering to a Name or Index which is prone to change. The Sequencial Parameter page of the docs mentioned a Blockid method.
But i cant get this to work. Is it allready removed? Blockid’s do not get automatically added. When manually adding them the me.curSeq.id(7) method does not work.
https://docs.derivative.ca/Sequential_Parameters
I could implement my own ID system into this but this means i allways have to lookup the index by the custom ID. Which is an extra step.
See atteched test file reated in 2025.32460
testSequence.toe (5.6 KB)
P.s. when does Sequece expression get optimized?