Navigation: thinBasic Modules > CGI > CGI_WriteLogFile |
|
Description
Writes data to the thinBasicCGI.log log file.
Syntax
n = CGI_WriteLogFile(sText)
Returns
Returns a number
Returns nonzero for success otherwise zero if the function fails.
Parameters
Name |
Type |
Optional |
Meaning |
sText |
String |
No |
The string to write into the log file. |
Remarks
In order to writing to the log, the %CGI_WRITE_LOG_FILE option must be enabled.
Restrictions
See also
Examples
CGI_WriteLogFile("Pass one completed!")
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |