abs("125.85889888")
returns the value "125.858899"
Value = abs("125.85889888")
assigns the value "125.858899" to the variable Value
Next