HP 3000 Manuals

INFO$ [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation


HP Business BASIC/XL Reference Manual

INFO$ 

The INFO$ function returns the value of a string that was assigned to
INFO following the command RUN;INFO=S$.

Syntax 

INFO$

Examples 

     >RUN;INFO="Debug"

In the program:

     120  IF INFO$="Debug" THEN
     ...
     180  ENDIF

In this case, the above block would execute since the expression
INFO$="Debug" is true.

The INFO$ function can also be used with an HP Business BASIC/XL program
file.

     :RUN Prog1;INFO="Debug"

The INFO$ function can be used within Prog1.



MPE/iX 5.0 Documentation