What do you mean?

Don Guinn wrote:
   a=. <("1) u: 3 3$'abcd'
   c=. <("1) 3 3$'abcd'
   a-:c
1
   (3!:3)each(<a),<c
+--------+--------+
|e1000000|e1000000|
|20000000|20000000|
|03000000|03000000|
|01000000|01000000|
|03000000|03000000|
|20000000|20000000|
|3c000000|38000000|
|58000000|50000000|
|e1000000|e1000000|
|00000200|02000000|
|03000000|03000000|
|01000000|01000000|
|03000000|03000000|
|61006200|61626300|
|63000000|e1000000|
|e1000000|02000000|
|00000200|03000000|
|03000000|01000000|
|01000000|03000000|
|03000000|64616200|
|64006100|e1000000|
|62000000|02000000|
|e1000000|03000000|
|00000200|01000000|
|03000000|03000000|
|01000000|63646100|
|03000000|        |
|63006400|        |
|61000000|        |
+--------+--------+

On 9/23/07, bill lam <[EMAIL PROTECTED]> wrote:
Is there a bug in special code for currying dyad i. with unicode argument?

    a=. <("1) u: 3 3$'abcd'
      a i. <'abc'
0
      a&i. <'abc'
3
      a&i. <u: 'abc'
0

similarly

b=. <("1) 3 3$'abcd'
      b i. <'abc'
0
      b&i. <'abc'
0
      b&i. <u: 'abc'
3

      9!:14''
j601/2006-11-17/17:05

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


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



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

Reply via email to