Application Integration
- Application Integration
- All Products
fn:subsequence(sourceSeq, startingLoc, length)
Argument | Required/Optional | Description |
|---|---|---|
sourceSeq
| Required | The input sequence from which a subsequence
will be extracted. |
startingLoc | Optional | The 1-based position within
$sourceSeq where the subsequence starts.
Non-integer values are rounded to the nearest integer. If
$startingLoc is less than 1, it adjusts
appropriately to start from the beginning of the
sequence. |
length | Optional | The number of items to include in the
subsequence. Non-integer values are rounded to the nearest
integer. If not specified or if the value is such that the
subsequence extends beyond the end of
$sourceSeq , all remaining items are
included. |
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|