The session below is meant to demonstrate that just plain loading does not
produce the desired text result, and I don't want to require loaded. Is
there an alternative?
[I want to encourage my user to enter code directly into jqt Term by
requiring an initial user entry that produces a window driver paint event.]

   a_run =: monad define
r=.3 5$'M'
)
   a_run''
MMMMM
MMMMM
MMMMM
   load'~user/testtext.ijs'
   loadd'~user/testtext.ijs'
   a_run =: monad define
r=.3 5$'M'
)
   a_run''
MMMMM
MMMMM
MMMMM

-- 
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to