Collabora Office 24.04 Help
Returns the integer value of a numeric expression by removing the fractional part of the number.
Str (Izraz)
Double
Expression: Numeric expression that you want to return the integer value for.
Sub ExampleFix
Print sgn(0) REM vraća 0
Print sgn(0) REM vraća 0
Print sgn(0) REM vraća 0
End Sub