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
String.Char
OverviewExamples
string String.Char ( number ASCII )
De s cr ip t ion
Returns the character value of a specific ASCII code (in decimal format).
P arame t er s
ASCII
(number) The ASCII code of the character you want.
Re t u r n s
(string) The character value of the given ASCII code. If an error occurs, a blank string "" is returned. You can use Application.GetLastError to determine whether this action failed, and why.