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.

Workflow getGlobal: Revision history

From Catglobe Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 April 2025

  • curprev 09:2309:23, 3 April 2025 Nguyenduyan talk contribs 670 bytes +34 No edit summary
  • curprev 08:3908:39, 3 April 2025 Nguyenduyan talk contribs 636 bytes +636 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..."