HasIndex

Revision as of 22:06, 26 February 2021 by Lchrisman (talk | contribs) (Created page with "category:Functions returning information about arrays category:Meta-Inference Functions ''New to Analytica 6.0'' == HasIndex( x, I ) == Return true when «x» i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


New to Analytica 6.0

HasIndex( x, I )

Return true when «x» is an array with index «i».

Examples

HasIndex( Cumulate(Revenue,Time), Time )True
HasIndex( 5, Division ) → False

See Also

Comments


You are not allowed to post comments.