SetExtensionName

Assigns an extension to the current Export file.

Syntax

bool SetExtensionName (StrParam)

Parameters

The file extension you want to use, including the leading period. If you do not want a file extension, do not pass any parameter to this action. Disallowed characters are *><[]"/|\:? and control characters.

Smart parameters are supported.

Returns

Always True.

Level

Any level.

Details

Assigns an extension to the current Export file. If this action is not called, the default value of .TXT will be used.
Example
SetFileName("Export_+@BATCHID")
SetExtensionName(".dat")

In this example, the Export file will have a .dat extension.