4.5.183. besHandleDestroyHandleArray(X)

[<<<] [>>>]

This macro calls @xref{handle_DestroyHandleArray}

Use this macro to declare and process the arguments of a besFUNCTION. The macro should be placed right after the variable declaration and before any other code, because it declares the variable iError.

The macro calls the function @xref{basext_GetArgsF} and returns with error in case some error has happened during the parsing of the arguments.

Example:

besARGUMENTS("llzz")
&my_first_long , &my_second_long, &my_string1 , &my_string2
besARGEND

[<<<] [>>>]