|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

Math.Min


OverviewExamples

image

number Math.Min ( number Num1,


number Num2 )


De s cr ip t ion


Compares two numbers and returns the smallest.


P arame t er s


Num1


(number) The first input number.


|