TeleFlow BasicScript Round

TeleFlow BasicScript Round

From TeleFlow

Revision as of 17:21, 20 May 2008 by Wikilib (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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"