A recent post used this t

t=: '';'Hi';'';'';'Ho';'';'hee';'';'';'haw';'';'';'Yo';''
  
Since t is the far right symol I need to know what you are using for t

When I enter this with that version of t it didn't go well. 

>./ +/"1 (+/\"1 ]0,.15+#:i.2^14){,t
|index error
|   >./+/"1(+/\"1]0,.15+#:i.2^14)    {,t
   
>From the index error there is a problem within the parentheses
So:

>./+/"1(+/\"1]A=:0,.15+#:i.2^14)    {,t
   A=:0,.15+#:i.2^14
  $A
16384 15
  
A is a series of numeric events.  Start from the right.

2^14
16384
   i.16384 

This is where it takes off....

Good Luck.  

Linda 
-----Original Message-----
From: programming-boun...@forums.jsoftware.com
[mailto:programming-boun...@forums.jsoftware.com] On Behalf Of oventarb
oventarb
Sent: Tuesday, January 6, 2015 9:15 AM
To: programm...@jsoftware.com
Subject: [Jprogramming] Help me understand line of code:

Help me understand line of code:

>./ +/"1 (+/\"1 ]0,.15+#:i.2^14){,t
----------------------------------------------------------------------
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