Re: TIB: RE: If-then-goto-end loops can create a problem


[Prev][Next][Index][Thread]

Re: TIB: RE: If-then-goto-end loops can create a problem




Even this would be better suited as:

If X<>2
Then
...
EndIf
...

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: KilIer2 (kilier2)
http://www.bigfoot.com/~m_rayman/

----- Original Message -----
From: <McBorder@aol.com>
To: <ti-basic@lists.ticalc.org>
Sent: Wednesday, May 12, 1999 5:55 PM
Subject: Re: TIB: RE: If-then-goto-end loops can create a problem


> In a message dated 5/12/99 9:38:12 PM !!!First Boot!!!,
NathanG@firstva.com
> writes:
>
> >  If X=2
> >  Then
> >  Goto 1
> >  End
> >  Lbl 1
> >  End
> >  (COMMANDS)...
>
> in this code you dont even need the then b/c there is only 1 command after
> the if statement
> If X=2
> goto A
> ...
> ...
> Lbl A
> ...
> ...



References: