Macro calls

Style:

call "DetlevelDWFunctionMacro" parameters   bWindow         = 1,
                                            MVODetlevel2D   = MVODetlevelWindow.detlevel2D,
                      returned_parameters   _windowDetlevel2D,
                                            _unused         ! windowDetlevel3D
                                            _unused         ! windowDetlevel4D
  • Write each parameter on a new line.
  • Do not make complicated calculations – only short expressions containing one type of operator and/or one function call.
  • Parameters that are not changed can be omitted when using parameters all. Do not omit parameters that are called with a different value at other places in the script.