I think you need to use jpath to resolve ~user (5!:5 <'t2') 1!:2 <(jpath '~user/filename')
On Tue, May 23, 2017 at 8:44 PM, Brian Schott <[email protected]> wrote: > If I understand your comment, I get a different error. > > (5!:5 <'t2') 1!:2 <'~user/filename' > |file name error > | (5!:5<'t2') 1!:2<'~user/filename' > > > Also, when I load'files' I can see no result for names/nl: > > coclass'base' > load'files' > nl_jfiles_'' > > nl_files_'' > > names_jfiles_'' > names_files_'' > nl_jfiles_ 3 > > nl_files_ 3 > > nl_files_ 3 > > nl_jfiles_ 3 > > nl_jfiles_ 3 > > More information is below. > > $each t2 > ┌────────┬─────┐ > │10126 40│41 13│ > └────────┴─────┘ > datatype each t2 > ┌────────┬────────┐ > │floating│floating│ > └────────┴────────┘ > > > On Tue, May 23, 2017 at 8:26 PM, chris burke <[email protected]> wrote: > > > The right argument to 1!:2 should be boxed. You may prefer to use the > file > > utilities that take care of ensuring the arguments are valid. > > > > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
