Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

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).

Logs
  • 08:40, 3 April 2025 Nguyenduyan talk contribs created page Workflow setGlobal (Created page with "== Workflow_setGlobal== Set values for scripts invoked from WorkflowScript_class ==Syntax== Workflow_setGlobal(string parameterName, AnyType value) == Return type == Empty == 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 wokfl...")