Re: A86: question


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

Re: A86: question




OK, (I'm at home now, glendon that is).  If the program that ran was BASIC, 
set variable PROGRAN (Program Ran) equal to 1.  If the program that just ran 
was ASM, set the variable to 0.  Then, later in your program, you can check 
the value of the variable to see what ran.

Glen
tutorial1.cjb.net

In a message dated 1/24/00 4:37:37 PM US Eastern Standard Time, 
TerrisUS@aol.com writes:

<< 
 In a message dated 01/24/2000 4:34:25 PM Eastern Standard Time, 
 glendon.solsberry@tricon-yum.com writes:
 
 <<      Yeah, just set a variable as 1/0 if ran as ASM, or 0/1 if ran as 
       BASIC, then test againts what you want. >>
 
 
 anyone want to translate for someone not quite that much programming 
literate?
  >>