> From: Kairit Sirts <[EMAIL PROTECTED]>
> 
> I have the following program:
> 
> ]inf =: <\'word'
> +-+--+---+----+
> |w|wo|wor|word|
> +-+--+---+----+
> 
> cond =: 195&=@(3&u:@(>@(0&{)))
> str1 =: {.
> str2 =: [EMAIL PROTECTED]
> str =: [EMAIL PROTECTED]
> 
>    str inf
> |rank error: str
> |       str inf
> 
> I don't understand, what is causing the error.

   1:`1:@.(0:) 'qq'
1
   1:`1:@.([: , 0:) 'qq'
|rank error
|       1:`1:@.([:,0:)'qq'


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

Reply via email to