Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Returns an array starting with index 'start' and ending at index 'end'. |
...
Array
Example
Code Block |
---|
string [] firstFollowers = subarray(watchers, 1, 3); //assume the length of watchers>= 3 |
...
Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Excerpt | ||
---|---|---|
| ||
Returns an array starting with index 'start' and ending at index 'end'. |
...
Array
Code Block |
---|
string [] firstFollowers = subarray(watchers, 1, 3); //assume the length of watchers>= 3 |
...