TeleFlow BasicScript Round

TeleFlow BasicScript Round

From TeleFlow

(Difference between revisions)
Jump to: navigation, search

Wikilib (Talk | contribs)
(New page: Returns the nearest integer value to the numeric value parameter<br> <br> ===Syntax=== :ROUND(<b><i>number</i></b>)<br> :<b>number:</b> a number value.<br> <br> ===Related Steps=== [[Image...)
Next diff →

Current revision

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"