Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 339 Bytes

isSequence.rst

File metadata and controls

22 lines (13 loc) · 339 Bytes

isSequence

Check whether a value is a value sequence object.

See also :doc:`asSequence`.

Syntax

isSequence()

Examples

Would be True if the VAR is a repeatable variable or if VAR is in different tables referred by the view:

$('VAR').isSequence()