It's the ranks of the strings.

Try

(<,'=') i. ll

Henry Rich


On 1/19/2014 4:39 PM, Joe Bogner wrote:
Apologies for the trivial question. I've been banging my head against
the table for 45 minutes on it. I have a list of strings that aren't
behaving like they should. They were grabbed from a larger table

It's not matching on i. with a boxed string

ll

┌─┬─┬──┬──┐
│=│=│=.│=.│
└─┴─┴──┴──┘

(<'=') i. ll

1 1 1 1

I can't figure out why that's not working

It works if I do it manually (<'=') i. ('=';'=';'=.';'=.')

0 0 1 1

It doesn't look like there are any special characters in there:

    $ each ll

┌─┬─┬─┬─┐
│1│1│2│2│
└─┴─┴─┴─┘

$ ll
4

a. i. "1 > ll
61 32
61 32
61 46
61 46


ll was grabbed from ll=: 0}"1 m

What am I missing that I'm sure is elementary? Something that is
special about ll which is different than my fake data test?

Thanks
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to