Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Hayleia on March 06, 2013, 04:17:33 pm

Title: Store Labels and Goto ?
Post by: Hayleia on March 06, 2013, 04:17:33 pm
Is there a way to goto stored labels ? For example this (useless an non-working) code:

Data(LLabelr)→GDB1
Goto {GDB1}r
Lbl Label

I could use Z-Test too but that would be less convenient :(
So any ideas ?
Title: Re: Store Labels and Goto ?
Post by: jacobly on March 06, 2013, 04:20:16 pm
Goto ({GDB1}ʳ) :)
Title: Re: Store Labels and Goto ?
Post by: Hayleia on March 06, 2013, 04:24:26 pm
Goto ({GDB1}ʳ) :)
Seriously ? It works with parenthesises but not without ? O.o
Thanks, I'll try to remember it then :)

edit Jacobly said on IRC that the parenthesises are needed to avoid confusion between "Goto A" and "Goto (A)"