given the string 'abcDEF' ,
how do i find the indicies of these letters in a. ?

I would like to do:

ix  =. 'abcDEF' ??? a.

and get a list of numbers which I can use thus:

ix } a.

abcDEF

Skip Cave
Cave Consulting LLC
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to