On Sat, Jan 25, 2014 at 7:09 PM, Pascal Jasmin <godspiral2...@yahoo.ca> wrote:
> thank you for the write up.  Its helpful and quite clear.

You're welcome.

> AddResult=: st64 'IntA....IntB....IntC'
> this line could also be (?)
> AddResult=: st64 'IntA....IntB....IntC....'

Yes, since st64 drops the periods. The periods are there to make it
easier to delineate elements

> or  st64 24 $ ' '

No, that would be a memory allocation of 24 and it needs to be 12 (for
3 integers in this case)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to