SetJustified
Right-justifies or left-justifies a field's exported values.
Syntax
bool SetJustified (StrParam)
Parameters
An uppercase R (right-align) or L (left-align).Returns
False, if the parameter is not an "R" or "L". Otherwise, True.Level
Any level.Details
Right-justifies or left-justifies a field's exported values according to the parameter you enter.Use ResetFieldVariables to clear this setting. SetFixedLength must also be used to set the maximum length of the field.
- Example
SetFixedLength("10") SetJustified("R")