Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:last

Return number of items in the current sequence.


Syntax

fn:last => unsignedInt?

Top of page

Description

This context function returns the number of items in the sequence of items that is currently being processed. The function returns the empty sequence if the context is the empty sequence.

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page