Versions Compared

Key

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

...

  • Run following command to call the PJS module on your PC.
No Format
PJSCALL MODULE('pjstips/pjstips_07_1.js')  
        DIRECTORY('pjstips')  
        PARM('John' 'Smith')                          

...

  
  • The "DIRECTORY" parameter 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:

...