va_next
Returns a pointer to the next argument in a variable argument list
The va_next macro points to the next argument within the list Argument_List, datatype being the type of the current argument being stepped over.
Syntax
Description
The va_next macro points to the next argument within the list Argument_List, datatype being the type of the current argument being stepped over.
Example
Dialect Differences
- Not available in the -lang qb dialect unless referenced with the alias __Va_next.
Differences from QB
- New to FreeBASIC
See also