|

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.HexToNumber

OverviewExamples

number Math.HexToNumber ( string HexValue )


De s cr ip t ion


Returns the equivalent decimal value of a hex value.


P arame t er s


HexValue


(string) The hex value you want to convert, for example "FFFF00".


Re t u r n s


(number) The converted hex value, in decimal format.


|