RUN

To use the INFO= parameter to pass a string to the program, en ter:

RUN MYPROG;INFO= "A TEST WITH ""AND"" CHARACTERS"

This examples sho ws "AND" with an extra pair of quotation marks, resulting in the following string passed to the program:

A TEST WITH "AND" CHARACTERS

To pass the same string to the program using the implied form of the command, enter:

:MYPROG "A TEST WITH ""AND"" CHARACTERS"

or

:MYPROG `A TEST WITH "AND" CHARACTERS'

Related Commands

LINK

PREP

XEQ

MPE/iX Commands 2-235