Combined display of all available logs of Catglobe Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:39, 3 April 2025 Nguyenduyan talk contribs created page Workflow getGlobal (Created page with "== Workflow_getGlobal== Get values for scripts invoked from WorkflowScript_class ==Syntax== Workflow_getGlobal(string parameterName) == Return type == AnyType == Examples == <source lang="javascript"> Workflow_setGlobal("x", 1000); //Get global value on dynamic script string script = " number a = 1; return a + Workflow_getGlobal(\"x\"); "; WorkflowScript wfS = new WorkflowScript (script, false); wfS.Call();//1001 //Get global value on existing wokflow wfS = new...")