got it, thanks. it's possible that I had tried to use Ctrl-S instead of Ctrl-N.
I am trying to call one function from another, but I guess I need to "import" it somehow first? I have that same JSLib1 module in the user location, and in it two functions: StringContains(input, substring, isCaseSensitive) and SomeFunction(input) SomeFunction(input) attempts to call StringContainse(), but I get an exception of type com.sun.star.script.provider.ScriptFrameworkErrorException: ReferenceError: "StringContains" is not defined. I expected it to find another function that is in the same module. any idea how to "import" the other function? thank you very much, Igal Sapir Lucee Core Developer Lucee.org <http://lucee.org/> On 3/15/2015 1:02 PM, Bernard Marcelly wrote: > Igal @ Lucee.org a écrit le 2015-03-15 20:41 : >> it works. thank you Bernard! >> >> one last question -- how do I get the libraries to "refresh"? when I >> make a change to the libraries, sometimes it's visible immediately, and >> some times I need to close OpenOffice and re-open it in order to make >> sure that the new code is running. is there a better way to refresh the >> libs? > > I have not seen such problem, using the Rhino JavaScript debugger. > Don't forget to save from the Rhino window (Ctrl-N or File > Save). > >> >> thanks, >> >> Igal Sapir >> Lucee Core Developer >> Lucee.org <http://lucee.org/> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org > For additional commands, e-mail: api-h...@openoffice.apache.org >