Documentation
(C) IBM Corp. 1996, 1999

Text Extender: Administration and Programming

HANDLE

The HANDLE function returns a handle of type DB2TEXTH or DB2TEXTFH, selected by sequence number from a list of handles.

Use the HANDLE function only in an INSERT statement.
Tip

This function is a feature of an earlier release of Text Extender. For compatibility reasons it continues to be supported, Its functionality has been superceded by the SEARCH_RESULT PDF.

Function syntax

>>-HANDLE--(--handle-list--,--integer--)-----------------------><
 

Function parameters

handle-list
An expression whose result is a value of type DB2TEXTHLISTP or DB2TEXTFHLISTP. It is returned by the function HANDLE_LIST.

This is a pointer to a list of handles of documents found by a search.

integer
An INTEGER value indicating which handle in the list is to be returned.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]