|

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

String.ToNumber

OverviewExamples

number String.ToNumber ( string NumericString )


De s cr ip t ion


Converts a numeric string into a numeric value.


P arame t er s


NumericString


(string) A string containing numeric characters. For example: "10", "3.2", "-5".


Re t u r n s


(number) The numeric value of the given numeric string. If the string does not contain numeric characters, 0 will be returned.


|