Thomething like "GOTO"

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 18/10/2012 at 10:35, xxxxxxxx wrote:

Hi all,

I know this is a very uggly way to code.
But it would be so easy!

Does ther exists thomething like "goto"...
that jumps to a named point in the Script.

Thanks a lot

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 18/10/2012 at 10:50, xxxxxxxx wrote:

Unfortunately there is no goto in Python. There should be a better solution for your problem.

Cheers, Sebastian

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/10/2012 at 02:03, xxxxxxxx wrote:

Thanks for Your answer.