Bamboo
Basic
Home
API Reference
API Reference
/
Keywords
/
SeqFind
SeqFind
Returns the index of a value, or -1 if not found
Keywords
Parameters & Returns
Parameters
seq
Sequence
value
Object
Returns
Int
Quick Summary
Returns the index of a value, or -1 if not found
Technical Exegesis...
Returns the zero-based index of the first element equal to the given value, or -1 if the value is not present. Syntax is 'SeqFind(seq, value)'. Used as an expression. The vector-backed equivalent of BlitzMax's ListFindLink.
Example
Example.bam
; No example implemented yet
Since: 1.0
Status: Stable
← Back to Keywords