TruncateFromEnd
Deletes characters from the end of the captured value of the current Field object until the length of the value equals the length indicated by the parameter.
Syntax
bool TruncateFromEnd (StrParam)
Parameters
A Number n that is the maximum length of the value. Smart parameters are supported.Returns
False if the parameter is not Numeric. Otherwise, True.Level
Field level.Details
This action deletes characters from the end of the captured value of the current Field object until the length of the value equals the length indicated by the parameter.- Example
TruncateFromEnd("6") EU0002240 becomes EU0002