Re: TIB: question
[Prev][Next][Index][Thread]
Re: TIB: question
> Is there any way to have a command that executes a certain part of another
> program? Not the whole program, but just a certain section.
> Alex
Yep. I posted this idea earlier...
Remember to include Return after each subroutine in the routine program or
it will run all of the subroutines...
:"This is the main program
:2+2
:Disp "Nothing"
:1->A
:prgmZROUTINE
:2->A
:prgmZROUTINE
:3->A
:prgmZROUTINE
:Disp "Done
:If A=1:Goto 1
:If A=2:Goto 2
:If A=3:Goto 3
:Lbl 1
:Disp 1
:Return
:Lbl 2
:Disp 2
:Return
:Lbl 3
:Disp 3
:Return
---
This message is best viewed on an UltraSparc with a 20" monitor, a T3
connection and the pine email program. Get it now! This page is worst
viewed on a PC running Windoze 95 and M$ Internet Explorer. Delete it now!