Read Me - Common Public License V1.0 - Copyright Notice(©)

abs


>>-abs---------------------------------------------------------><

Returns the absolute value of the receiving string. The result has no sign and is formatted according to the current NUMERIC settings.

String class - abs method

12.3~abs      ->     12.3
"-0.307"~abs  ->     0.307

Read Me - Common Public License V1.0 - Copyright Notice(©)