Re: TIB: Programming Methods...
[Prev][Next][Index][Thread]
Re: TIB: Programming Methods...
>
> :For(A,1,5)
> :If L1(A)=3:Then
> :L1(A)+5/->/L1(A)
> :Goto 3
> :End
> :If L1(A4:Then
> :L1(A)+5/->/L1(A)
> :Goto 4
> :End
> :If L1(A)=5:Then
> :L1(A)+5/->/L1(A)
> :Goto 5
> :End
I see what you mean. Is this just something you made up, or is this
just a piece of something bigger? Is there something similar happening
at Lbl 3,4,5? If so, this could probably be simplified. If not, then I
think I would agree with your method of jumping out - JUST MAKE SURE
TO HAVE AN END AT LBL 3,4,5!
Jody Snider
jody1@alaska.net
References: