AddTrailingZeros
Adds zeros to the end of captured value of the current Field until the length of the value reaches the maximum n you enter as the parameter.
Syntax
bool AddTrailingZeros (strParam)Parameters
A numbern which is the maximum length of the value. Smart parameters are supported.Returns
False if the parameter you enter is not numeric; otherwise, True.Level
Field level.Details
- Example
AddTrailingZeros("10") 2240.00 becomes 2240.00000