Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.FLAG

This procedure allows you to write a message to the Sybernet log file. The flagged line includes your message as well as the name of the procedure and line number that called this function.

Syntax

Procedure FLAG
(
    STR                           VARCHAR2
)   ;

Parameters

Parameter Description
str
 
The message to write.

Example

The following example illustrates how to call flag:

http.flag('HelloWorld');

See Also

MYSELF



Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/