Jump to content

API System.Call.CallMacro HIFS

From Flowcode Help
Revision as of 14:39, 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_HIFS''' |- | colspan="2" | Calls a top-level user macro (with 4 parameters: Handle, Int, Float, String)  |- |- | width="10%" align="center" | File:Fc9-string-icon.png - STRING | width="90%" | MsgName |- | colspan="2" | The name of the macro to call  |- | widt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
CallMacro_HIFS
Calls a top-level user macro (with 4 parameters: Handle, Int, Float, String) 
- STRING MsgName
The name of the macro to call 
- HANDLE Param1
The value of the 1st parameter (Handle) 
- LONG Param2
The value of the 2nd parameter (Integer) 
- FLOAT Param3
The value of the 3rd parameter (Float) 
- STRING Param4
The value of the 4th parameter (String) 
- BOOL Return


Detailed description

Examples