besASSERT_COMMAND

[<<<] [>>>]

Use this macro to check inside a besCOMMAND that the command was called as a command. If the include file declares the function as

declare sub XXX alias "xxx" lib "library"

instead of

declare command XXX alias "xxx" lib "library"

then you can not execute the rest of the code safely. This macro returns with the error code COMMAND_ERROR_BAD_CALL if the function was declared the wrong way.


[<<<] [>>>]