Yes, this was true.In fact load 'dsv' was called. Changing load 'dsv' to load 'tables/dsv' and also making sur eto use absolute paths has fixed the issue. Although, I don't know why I have to load 'tables/dsv'. Regards,Jon
> Date: Wed, 25 Jun 2014 18:59:40 +0000 > From: [email protected] > To: [email protected] > Subject: Re: [Jprogramming] File name error > > maybe another script is called from the scripþ > On 25 Jun 2014 15:52, "Jon Hough" <[email protected]> wrote: > > > I have a script lying somewhere on my system (not in my J system > > directory). > > If I try to load it thus: > > load 'home/path/to/my/script.ijs' > > > > I get the following error: > > |file name error: script| 0!:0 y[4!:55<'y' > > However if I try to read it: > > fread 'home/path/to/my/script.ijs' > > It outputs the text of my script file into my J session, as expected. > > So I am not really sure what my error is. The script exists and is in the > > place specified. > > Notes: > > I'm using Linux with J801. (also tried it with J602, which I have on my PC > > too -- same error ). > > > > > > ---------------------------------------------------------------------- > > 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
