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

SETPAGINATION

Enable or disable pagination.

Syntax

SETPAGINATION(value)

Arguments

value - Set to TRUE to enable pagination.

Example

SETPAGINATION(TRUE)
//Enables pagination

SETPAGINATION(FALSE)
//Disables pagination
Enabling pagination with scripts

Pagination can be controlled with variable buttons:

Using scripts to enable and disable pagination

Last updated

Was this helpful?