Product Site

5.1.7.25. abs

Returns the absolute value of the receiving string. The result has no sign and is formatted according to the current NUMERIC settings.
Example 5.63. String class — abs method
12.3~abs      -->     12.3
"-0.307"~abs  -->     0.307