WB_AppendMode - append report to existing file

Syntax
WB_AppendMode=boolean value

Syntax example
WB_AppendMode=T

Valid inputs
T,TRUE,1,ON for True
F,FALSE,0,OFF for False

Default value
FALSE

Description
This variable controls if WBSP engine will overwrite (default - WB_AppendMode=False) the destination file defined in variable WB_Destination or new content will be appended to the existing file (WB_AppendMode=True). The variable is ignored by WhizBase if WB_Destination is not defined (empty).