Info |
---|
Availability
This routine is available starting with SIL Engineā¢ 3.0.1. Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | subarray(arr, start, end) | Package | array | |
...
...
...
Description
Excerpt |
---|
|
Returns an array starting with index 'start' and ending at index 'end'. |
Returns an array starting with index 'start' and ending at index 'end'.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
arr | |
...
...
...
Return Type
arrayArray
Example
Code Block |
---|
string [] firstFollowers = subarray(watchers, 1, 3); //assume the length of watchers >watchers>= 3
|
See also
Filter by label (Content by label) |
---|
|
...
25 | showSpace | false |
---|
cql | label = "array_routines" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|