Filler
Adds a string of identical filler characters to the Export.
Syntax
bool Filler (StrParam)
Parameters
Two comma-separated values. The first is a number indicating the total length in characters of the filler. The second parameter is the filler's character.The second parameter is optional: if you do not enter a value, the action will use the most recent Global character setting.
Returns
False if the first parameter is not numeric or if the second parameter is more than 1 character. Otherwise, True.Level
All levels.Details
Adds a single filler character to the Export, repeated by the number of times indicated in the first input parameter. The second parameter cannot be a space. The filler string is written regardless of the data in the current field. If you wish to use a space as a filler character, use SetSpaceFill and then call Filler without the optional second parameter.- Example
Filler("12,n")The action in the example fills the current field with 12 instances of the character "n".