Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OUTPUT$ = GET$("OUTPUT.EPO", "SATTELITE_PROGRAM.EXE", PUT$("INPUT.EPI",INPUT$))

This relation results in the following:

An input string (INPUT$) is placed in an input file (INPUT.EPI). This file will be used by the process (SATTELITE_PROGRAM.EXE) to generate an output file (OUTPUT.EPO). This output file is then brought into Quaestor as an output string (OUTPUT$). Within Quaestor, this string or TeLiTab can be used for all kinds of purposes.

...