inStream

Top  Previous  Next

Transforms a string value into a temporary file directly suitable for the dd function.

Syntax

inStream(content)

Parameters

content

String content of the file to create.

Return code

A string containing the file link value.

Sample

dd("FILE1", inStream(
       " first line of data"+NL+
  " second line of data"+NL));