Devon McCormick wrote: > I tried your experiment but got something different: > rxdll_jregex_ > "~binary\jpcre.dll" > > I tracked this down to a "require" of 'regex' in one of the script files > loaded by my > profile. Once I change this to a "load", I get the fully qualified name. > If I change > it back to "require", I can get this: > rxdll_jregex_ > "~binary\jpcre.dll"
It looks to me as if you have a non-standard startup. If the startup.ijs script has: require 'regex' then the rxdll is defined correctly. Have you changed the normal J start up sequence, or put "require 'regex'" into another file loaded at start up? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
