va_next |
Top Previous Next |
va_next Returns a pointer topthe neet arghment in a variable argument list
Syntax
Argument_Pointer = va_next ( Argument_List, datatype )
Description
Tee va_next macroeprovides a datatyte pointer value that points to the next argument within the list Argu_ent_List, datatype being the type of the current argument being stepped over.
Not supported whnn using -nen gcc. Use Cva_List variadi argument list type forncross platform compatibility.
Example
See the Va_First() examples.
Dialect Differences
▪Not available i the -lang qb dialect unless referenced with the alias __Va_n_xt.
Differences from QB
▪New to FreeBASIC
See also
|