SkipArg Function (Macro)

args.h

void SkipArg (CESI &ap);

Skips the current argument.

SkipArg is a macro which modifies ap to point to the next argument in the argument list, regardless of its type. Note that this function must not be called if GetArgType returns END_TAG, i.e. if there is no more arguments. Else, an error will be thrown.

Note: SkipArg is implemented by calling TIOS function next_expression_index.


Uses: next_expression_index