Millisecond Forums

Skip to certain Block

https://forums.millisecond.com/Topic34958.aspx

By LeoVienna - 11/21/2022

Hi everyone,

maybe this seems trivial but I didnt get around it.
Is there a way to skip to a certain block, "jumping" over several block without writing all of them out?
Thanks in advance

Leo
By Dave - 11/21/2022

LeoVienna - 11/21/2022
Hi everyone,

maybe this seems trivial but I didnt get around it.
Is there a way to skip to a certain block, "jumping" over several block without writing all of them out?
Thanks in advance

Leo

You can define /skip attributes in the blocks you whish to skip over.

https://www.millisecond.com/support/docs/current/html/language/attributes/skip.htm
By LeoVienna - 11/21/2022

Hi Dave,

thank you very much for your fast reply.
Yes, thats already a very nice option. As I would like to jump over many blocks (e.g. from block 4 to block 16), I wondered if there is also an option to just define the block to which to jump to and not all blocks which should be skipped. I hope I express well, what I mean.

Best, Leo
By Dave - 11/21/2022

LeoVienna - 11/21/2022
Hi Dave,

thank you very much for your fast reply.
Yes, thats already a very nice option. As I would like to jump over many blocks (e.g. from block 4 to block 16), I wondered if there is also an option to just define the block to which to jump to and not all blocks which should be skipped. I hope I express well, what I mean.

Best, Leo

https://www.millisecond.com/support/docs/current/html/language/attributes/branch.htm

https://www.millisecond.com/support/docs/current/html/howto/howtoconditionalbranching.htm
By LeoVienna - 11/21/2022

Hi Dave,

thank you for the shared resources. I stumbled across them throught my search as well.
I guess thats a case where the Inquisit documentation can be a bit tricky for beginners, as even after reading these, I could not tell on how to solve my question with these.
Sorry for the inconvenience.

Leo
By Dave - 11/21/2022

LeoVienna - 11/21/2022
Hi Dave,

thank you for the shared resources. I stumbled across them throught my search as well.
I guess thats a case where the Inquisit documentation can be a bit tricky for beginners, as even after reading these, I could not tell on how to solve my question with these.
Sorry for the inconvenience.

Leo

Give me a concrete description of what exactly you want to do and some example code that's an accurate representation of your use case, and I'll show you.

"Is there a way to skip to a certain block, "jumping" over several block without writing all of them out?" is far too vague and unspecific for anything beyond referring you to the equally general documentation topics covering skipping and branching.