Process(script, cursor) Last updated: 20. Mar 2023

Requires specific access granted, due to risk of producing unintended back doors. Such as running malicious scripts from user input.

Parameters

Name Type Description
script string #JS code to execute
cursor object Object / values to make available in as global variables (this).

Returns

Produced output from script as string.

Example

Data

#Process(myscript, object)#