For the complete documentation index, see llms.txt. This page is also available as Markdown.

ArrayMid

Extracts a sub array from an existing array.

Method Signature

ArrayMid(array=[array], start=[integer], length=[integer])

Arguments

Argument
Type
Required
Description
Default

array

array

true

start

integer

true

1

length

integer

false

0

Examples

Last updated

Was this helpful?