|

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

image

Math.Mod

OverviewExamples

number Math.Mod ( number Num1,


number Num2 )


De s cr ip t ion


Returns the modulus (remainder) of Num1/Num2.


P arame t er s


Num1


(number) The dividend.


|