SetFixedLength
Uses the Numeric value you enter as a parameter to establish a fixed length of a value exported from the current field.
Syntax
bool SetFixedLength (StrParam)
Parameters
Numeric value indicating the field's length.Returns
False if the parameter is not Numeric. Otherwise, True.Level
Any level.Details
Uses the Numeric value you enter as a parameter to establish a fixed length of a value exported from the current field.Use ResetFieldVariables to clear this setting.
- Example
SetFixedLength("12")