utexit.wbb - Clean Up BASIC Web Utility Work Files In the Win-CGI Environment
Syntax
CALL "utexit.wbb",cgi$
Description
When the BASIC Web Utility operates in a Win-CGI environment, it may create work files to store large CGI input values. Before exiting, these work files should be erased. This routine examines the CGI string template produced by utcgi.wbb and erases any files. It should be CALLed before exiting the Business BASIC environment in any Win-CGI installation.
Parameter |
Description |
---|---|
cgi$ |
Values of any input values set by the CGI input stream. |