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$() function, to run a satellite program.

...

Example 2: Running a satellite program

PUT$(), in combination with GET$(), is an alternative 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$().

Example 3: Saving an embedded file

The syntax 

PUT$("File.ext", "NullString")

saves an object embedded in the relation containing this function to a file in the current knowledge base project directory (if no path information is included in the file name).

...