To clarify once more, st64 24 $ ' ' should work on x64. I like how st64 handles that automatically.
On Sat, Jan 25, 2014 at 7:46 PM, Joe Bogner <joebog...@gmail.com> wrote: > Correction - The periods are there for differences between 32 and 64 bit. > They are only dropped on 32 bit which is what I was running on. This is > handled in the st64 with IF64 > > Int is 4 on 32 and 8 on 64. > > On Jan 25, 2014 7:39 PM, "Joe Bogner" <joebog...@gmail.com> wrote: >> >> 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