Text

Places a string into the Export file.

Syntax

bool Text (StrParam)

Parameters

The string to write to the export file.

Returns

Always True.

Level

Any level.

Details

This action unconditionally adds a string to the export file. No character padding will be performed on this value.
Example
SetFileName("Export_+@BatchID")
SetExtensionName(".txt")
Text("This line will appear in the export file.")