Jump to content

API System.Call.CallMacro H

From Flowcode Help
Revision as of 14:38, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''CallMacro_H''' |- | colspan="2" | Calls a top-level user macro (with 1 parameter: Handle)  |- |- | width="10%" align="center" | File:Fc9-string-icon.png - STRING | width="90%" | MsgName |- | colspan="2" | The name of the macro to call  |- | width="10%" align="center" |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
CallMacro_H
Calls a top-level user macro (with 1 parameter: Handle) 
- STRING MsgName
The name of the macro to call 
- HANDLE Param1
The value of the 1st parameter (Handle) 
- BOOL Return


Detailed description

Examples