load gave the same error, as you predicted. use Google chrome, so tried it with IE, but same result.
1!:1 and 1!:2 work as expected. R.E. Boss -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Eric Iverson Verzonden: maandag 7 december 2009 2:07 Aan: Beta forum Onderwerp: Re: [Jbeta] How do I load a script in j701 ? Don't understand the problem. The error report is the same report you would get if the file doesn't exist. But the filename shouldn't be visible (added to FSAVED_jfe_) unless it was just successfully written, When you have the failure, try doing the load directly. That is: load 'E:\REB\J\user\srp.ijs' Presumably this will give the same error. Poke around a bit and try to get additional info. Can you read the file? Can you write the file? For example, 1!:1 <'E:\REB\J\user\srp.ijs' 'test' 1!:2 <'E:\REB\J\user\srp.ijs' On Sun, Dec 6, 2009 at 9:42 AM, R.E. Boss <[email protected]> wrote: > OK, clear. > > I think I did something more or less the same as what you suggest: > > - made a profilex.ijs in which user=. 'E:\REB\J\user' > - opened a new ijs tab in my browser which shows E:\REB\J\user on top > - selected, opened and saved srp.ijs > - back in the ijx tab I entered jrun 0 > > Then I got > > run: E:\REB\J\user\srp.ijs > |file name error: script > | 0!:0 y[4!:55<'y' > > How could that be avoided? > > Needless to say the same script runs without problems in J602 > > > R.E. Boss > > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
