InsertDecimalPoint
Inserts a decimal point into the value of the current field at the specified position.
Syntax
bool InsertDecimalPoint (strParam)
Parameters
A number n indicating the character position at which to place the decimal. Smart parameters are supported.Returns
Always True.Level
Field level.Details
Places a decimal character in the captured value, at the character position specified as a parameter. The parameter indicates the position of the decimal point, moving from right to left.- Example
InsertDecimalPoint("2") 324556 becomes 3245.56 InsertDecimalPoint("2") 355 becomes 3.55