I just fixed this: PROPS->Props.
Thanks to "emacstheviking".

On Mon, Nov 30, 2020 at 6:43 PM 'Rob Hodgkinson' via Programming <
[email protected]> wrote:

> Apology I missed this…
>
> There are 2 choices:
>
> Since these lines were executed earlier:
> PROPS=: 'name    mass   rad    vol    orb    rot'
>    words=: ;:
>
>    ] Props=: words PROPS
> +----+----+---+---+---+---+
> |name|mass|rad|vol|orb|rot|
> +----+----+---+---+---+---+
>
>
> Then I believe the “intent” was to show the second attribute by using:
>
>         1 index Props
> ┌────┐
> │mass│
> └────┘
>
> So you could do as Bill suggests but I believe the example had meant to
> index to the “words” version (Props), so just change to the 2nd case above.
>
> > On 1 Dec 2020, at 10:34 am, bill lam <[email protected]> wrote:
> >
> > In that context, I think the correction should be changing from
> > +----+
> > |mass|
> > +----+
> > to
> > a
> >
> >
> >
> > On Tue, Dec 1, 2020, 7:20 AM Brian Schott <[email protected]>
> wrote:
> >
> >> It looks to me as if the corrections is
> >> 1 index Props
> >> ----------------------------------------------------------------------
> >> For information about J forums see http://www.jsoftware.com/forums.htm
> >>
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>


-- 

Devon McCormick, CFA

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

Reply via email to