BlankFields

Inserts n blank fields into the Export file, adjacent to the current field.

Syntax

bool BlankFields (StrParam)

Parameters

A number indicating how many blank fields to add to the Export file.

Returns

Always True.

Level

All levels.

Details

The BlankFields action adds the number of fields you specify. The fields are blank; other actions direct the Export task to fill the fields.
Attention: Make sure you call SetCSV, and optionally SetElementSeparator, to set the separator values as desired for your export file. If either of these actions are not called before the BlankFields action, blank fields cannot be exported into the file because the default separator is set to no separator.
Example
SetCSV("TRUE")
BlankFields("12")