TeleFlow BasicScript Round

TeleFlow BasicScript Round

From TeleFlow

Jump to: navigation, search

Returns the nearest integer value to the numeric value parameter

Syntax

ROUND(number)
number: a number value.


Related Steps

Image:Iv_517.gif BasicScript

Examples

BasicScript code      Result
@a = Round(1.25) 1
Print "@a" 2
@a = Round(1.90)
Print "@a"