SetZeroFill

Sets the ASCII 48 zero as the global filler value to be used to expand the current value of a field in a flat file, if the field's allowable length is greater than the length of its current export value.

Syntax

bool SetZeroFill ()

Parameters

None.

Returns

Always True.

Level

Any level.

Details

Sets the ASCII 48 zero as the global filler value to be used to expand the current value of a field in a flat file, if the field's allowable length is greater than the length of its current export value.

SetFixedLength, FixedLenRJ or FixedLenLJ must also be used to set the maximum length of the field. Use ResetFieldVariables to clear this setting.

Example
SetFixedLength("10")
SetZeroFill() 

Note that the action specifies the use of the ASCII 48 "zero" filler.