,. is ,"_1; in other words, catenate corresponding cells of each argument. 54 48 has 2 cells, but i.10 has 10 cells; that doesn't work.

Perhaps you want 54 48 ,"_ 0 i.10.

On Tue, 6 Dec 2022, 'Skip Cave' via Programming wrote:

I can add a column of increasing integers to a fixed integer:

48,.i.10

48 0

48 1

48 2

48 3

48 4

48 5

48 6

48 7

48 8

48 9


Now I want to add the same increasing column to *two* fixed integers:

54 48,.i.10

|length error

| 54 48 ,.i.10


Why doesn't this work?

Skip Cave
Cave Consulting LLC
----------------------------------------------------------------------
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