FixedLenLJ

Exports a specified number of characters from a field's left end (left-justified).

Syntax

bool FixedLenLJ (StrParam)

Parameters

Two comma-separated values.
  1. The field's name: The name of the corresponding Field object of the Document Hierarchy.
  2. 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")