It's not original with me. Guaranteed! --- Claudine Robbins <[EMAIL PROTECTED]> wrote:
> Cool idea Albert. I'll definitely save this in my 'gems' file. :) > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Albert Berry > > Sent: Saturday, February 26, 2005 4:06 PM > > To: RBG7-L Mailing List > > Subject: [RBG7-L] - Re: Subroutines in command files > > > > Claudine, you can create a large text file that contains all your options, > > and run it with RUN xyz > > USING 'text'. The other option is to > > SET VAR vLabel = ... > > RUN CodeFile.rmd > > > > -- At the top of your file, > > -- CodeFile.rmd > > > > SET VAR vLabel TEXT = .%1 (this picks up the USING ) > > > > GOTO &vLabel -- jumps to what you want to run > > > > LABEL GetOut > > GOTO Stop > > > > LABEL NewRow > > ENTER USING someFormOrOther > > GOTO Stop > > > > LABEL EditRow > > EDIT USING someFormOrOther WHERE ... > > GOTO Stop > > > > LABEL Stop > > CLEAR VAR varlist > > RETURN > > > > --- Claudine Robbins <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > > > > I want to imbed some subroutines in a command file. > > > > > > Label first > > > Do 1 > > > Do 2 > > > Return ???? - doesn't work... > > > > > > Label second > > > Cursor loop > > > Do 3 > > > Do 4 > > > Goto first > > > End loop > > > Return > > > > > > I can't find any documentation. I can do run labelfirst.rmd but I > > really > > > wanted to put all the code in one file. > > > > > > TIA, Claudine > > > > > > > > > > > > ===== > > Albert Berry > > Management Consultant > > RR2 - 1252 Ponderosa Drive > > Sparwood BC, V0B 2G2 > > Canada > > (250) 425-5806 > > (250) 425-7259 > > (708) 575-3952 (fax) > > [EMAIL PROTECTED] > > ===== Albert Berry Management Consultant RR2 - 1252 Ponderosa Drive Sparwood BC, V0B 2G2 Canada (250) 425-5806 (250) 425-7259 (708) 575-3952 (fax) [EMAIL PROTECTED]
