FixedLenRJ
Exports a specified number of characters from a field's right end (right-justified).
Syntax
bool FixedLenRJ (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 right end.
Returns
False, if either parameter is invalid or if the action is called at the wrong level. Otherwise, True.Level
Page level.Details
Similar to the FixedLenLJ action, this action exports a specified number of characters from a field's right end (right-aligned).- Example
The following example exports 12 characters from the right end of the InvoiceDate field.
FixedLenRJ("InvoiceDate,12")