Versions Compared

Key

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

...

  1. The PUT$ function can be used to export data from a string into an input file for a satellite program. This can be used, in combination with TEMPLATE$() and the GET$the GET$() function, to run a satellite program.

...

Example 2: Running a satellite program

PUT$(), in combination with GET$with GET$(), is an alternative for FUNCTION as GET$for FUNCTION as GET$() returns ALL output in file FileName$ in the form of a single string on the basis of input files.

An example can be found in the description of the function GET$function GET$().

Example 3: Saving an embedded file

...