Thanks. I used equal(=) and type (3!:0) and was no wiser. I tried
match(-:) but did not realize the impact of the value.

~Yuva


On 03/03/2008, Raul Miller <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 3, 2008 at 8:47 AM, Yuvaraj Athur Raghuvir
> <[EMAIL PROTECTED]> wrote:
> >    i0 =: (ids__COLL e. y)#items__COLL
> >    i1 =: (1 0)#items__COLL
> >    i2 =: (ids__COLL [EMAIL PROTECTED] y){items__COLL
> >    i3 =: 0 { items__COLL
>
> The issue here is the shape of your values:
>
> i3 is an atom, i0, i1 and i2 are one element lists.
>
>    i0 = i3
> 1
>    i0 -: i3
> 0
>
> --
> Raul
> ----------------------------------------------------------------------
> 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