Command syntax of User Macros

From Protoi Healing

Revision as of 06:11, 3 February 2017 by Grayfox (Talk | contribs)

Jump to: navigation, search

The general syntax of Skib User Macros:


NameOfUserMacro <param 1> ... <param x> {option 1} ... {option x} ((free param))


NameOfUserMacro This is the name of the user macro. Look at Naming User Macros how to create the name for the user macro.
<param 1>...<param x> These are mandatory parameters for the user macro. Parameters specified in this kind must be given with the command to Skib to start the user macro. If a mandatory parameter is missing in the start command, Skib will not start the user macro at all.
{option 1}...{option x} These are optional parameters, they are NOT mandatory. If one or more of these parameters are not given, the Skib will start the user macro without them.
((free param)) This parameter enables Skib to interpret any additional given information for the user macro. On the one side this can bring big benefit, but on the other side this may force Skib to do researches and operations quite a while (maybe a few hours...), before starting the user macro. So has to be used carefully.


A command shall always get written down like this: