Skip to content

chindex

Context(s)chop

int  chindex(int opinput, string name)

int  chindex(string name)

int [] chindex(string names[])

Returns the channel index from a input given a channel name or -1 on failure.

opinput

CHOP Input index or -1 if omitted.

name

Channel name to lookup.

names

Array of Channel names to lookup.