//Loads a macro library AOT-Macros-AviFiles
#macrolib.AviFiles
//Tests if the macro variable 'never' has as given value. Includes the //statements between #IF and #ENDIF
#if.never
//This statement defines a macro variables 'CurrentVersion' and 'version', //which can be used as a constant or to make macros perform differently //according to the macro variable value.
#define.CurrentVersion(1)
#define.version(1)
Comments
//Loads a macro library AOT-Macros-AviFiles
#macrolib.AviFiles
//Tests if the macro variable 'never' has as given value. Includes the //statements between #IF and #ENDIF
#if.never
//This statement defines a macro variables 'CurrentVersion' and 'version', //which can be used as a constant or to make macros perform differently //according to the macro variable value.
#define.CurrentVersion(1)
#define.version(1)
//Declares a local macro (header) CurrentList.
#localmacro.CurrentList
accountID,
chequeNum,
transDate
#endmacro
#endif