Stranger and stranger.

You say
   1!:1 <'E:\REB\J\user\srp.ijs'
works.

What about
   0!:0 <'E:\REB\J\user\srp.ijs'

If the 0!:0 works then the problem is something in load vs user environment.
Perhaps you could use debug to see what y is in load at the failure.

You could also do a test that removes jhs from the experiemnt. That is,
start jconsole and try:
   load <'E:\REB\J\user\srp.ijs'


On Mon, Dec 7, 2009 at 12:19 PM, R.E. Boss <[email protected]> wrote:

> 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
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to