FixedLenLJ (deprecated)
Exports a specified number of characters from a field's left end (left-justified). This action has been deprecated and is scheduled to be removed in a future release. It is recommended that you no longer use this action. Instead, use the ExportPageFieldFixedLengthLeftJustified action in the ExportToText action library.
Syntax
bool FixedLenLJ (StrParam)Parameters
Two comma-separated values.- The field's name: The name of the corresponding Field object of the Document Hierarchy.
- The number of characters that are to be exported, counting from the field's left end.
Returns
False, if either parameter is invalid or if the action is called at the wrong level. Otherwise, True.Level
Page level.Details
This action is similar to the FixedLenRJ. It exports a specified number of characters from a field's left end (left-aligned).- Example
FixedLenLJ("Volume,8")