Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
PJSCALL MODULE('pjstips/pjstips_07_1.js')        
        PARM('John' 'Smith')                     
  • Since the "PATHMODULE" parameter does NOT start with a "/", that path is relative to the directory <PJS_instance_dir>/modules. The .js file you created previously in workspace "pjstips" should have been created in directory <PJS_instance_dir>/modules/pjstips.
  • The console log should show the output like this:

...