Programming Reference Manual
Abs
Syntax
Abs(
Num
)
Description
Return the absolute value.
Parameter
Description
Num
Return the absolute value of this numeric value. If this value is
Null
then
Null
is returned.
See Also
Sgn
.
Example
Sub
Main
Debug
.
Print
Abs
(9)
' 9
Debug
.
Print
Abs
(0)
' 0
Debug
.
Print
Abs
(-9)
' 9
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Math
Abs
Atn
Cos
Exp
Fix
Int
Log
Randomize
Rnd
Round
Sgn
Sin
Sqr
Tan
Financial
Strings
StringClass
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator