.DT
searcha
Discworld efun help
searcha

int searcha(array, target {, offset} )
any * or string array;
any item;
int offset;
.SP 5 5
Returns position of target inside array. If target is not in array, returns
-1. If offset is specified, search is from <offset> to end of array.
.EP
