...
- 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:
...