Msg: 3688 *Conference*

01-03-93 21:05:24

From: TRACY ALLEN

To : GREG MOODY

Subj: REPLY TO MSG #3662 (CALLING BASIC AND RETURNING?)

Can you end the first program with the statement 
   RUN "PROG_B.BA"
 That runs PROG_B.BA.  Then end PROG_B with the statement,
   RUN "PROG_A.BA"
 to return to the original program.  This way of doing things does not transfer
and "global" variables between the two programs, and as far as I know, no one
has come up with a way to implement global variables in the T102 aside from
writing them to an intermediate file or memory area and reading it
back--cumbersome.  But maybe you don't need that.  Can you define the problem a
little more?
  -- Tracy