ResetWebResponse (open)
Reset the response
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
MACRO ResetWebResponse()
Description
Clear all buffered data (ie everything already PRINT-ed to the webserver output), allowing you to restart rendering the webpage from the beginning. This function is mainly useful for exception handling, to prevent printing a half-rendered page