functional overview
Execute the script.
Details of Functions
Execute JavaScript.
Using escape sequencesworks only with strings.
Using escape sequencesis "yes",valuein [\] is not escaped. If "No", [\] will be replaced by [\].
- note
- When variables are passed to scripts, the following conversions are performed
variable name value Value Type Value escape
sequence
Use theFor Scripts
variable.
Conversion Resultval character string data (Horizontal tab) Yes, sir. var val = "\\t";. val character string data (Horizontal tab) No, sir. var val = "\\t";. val numeric data 100 var val = 100; val Date & Time Data 2016/7/15 13:22:19 var val = "2016/
7/15 13:22:19";val Handing over the results Dictionaries
Transfer of "/Create" results
{Str:\Val,Num:123
45,Time:2016/7/15
13:22:19}Yes, sir. var val = {Str:.
"\\Val\t1",Num:.
elapsed_time
"7/15/2016 13:.
22:19"};
- attention (heed)
-
Operation Status by OS
OS run state (of a process) Android It works.
However, there is a bug that does not work on Android 4.4.
Known Defect InformationiOS It works. Windows It works. - In the Custom/Script Dictionary (associative array) indicates object of desire, like, hate, etc. character string data The conversion cannot be automatically converted to
Dictionary (associative array) as a custom/script argument, you can use Dictionary/JSON Export explicitly in JSON format. character string data to the "1" in the "1" column.
parameter
- argument (e.g. function, program, programme)
-
script character string data
Specify JavaScript.variable name character string data
Specifies the name of the variable to be set to a value. (additional argument)value numeric data character string data Date & Time Data
Specify the value to be set for the variable. (additional argument)escape sequence
Use theWhether to use escape sequences for each element value or not.
Specify. (additional argument)- Yes, sir.
- No, sir.
- return value
-
character string data
Returns the value returned by the return statement in the script.