RESOLVED: Sequential Parameters Blockid

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?

Hi Sorry for the confusion, the unique ID system does work but has been moved to a more general blockname solution.

The documentation you refer to has now been updated.
Hope that helps,
Rob.

PS. We’ve logged the need to optimize the sequence expressions as well.