TruncateFromStart
Deletes characters from the start of the captured value of the current Field object until the length of the value equals the length specified by the parameter.
Syntax
bool TruncateFromStart (StrParam)
Parameters
A number n that is the maximum length of the value. Smart parameters are supported.Returns
Always True.Level
Field level.Details
This action deletes characters from the start of the captured value of the current Field object until the length of the value equals the length specified by the parameter.- Example
TruncateFromStart("6") reduces the following value: 3,344.01 becomes 344.01