Versions Compared

Key

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

...

When using pjs.call(), the use of pjs.refParm() is optional. When a declared field is passed as a parameter to pjs.call(), it is automatically converted to use pjs.refParm() internally. The explicit use of pjs.refParm() may be more efficient in some cases.

Parameters1.

  1. Name - The name of the field to pass. The field must already be defined usingĀ pjs.define().

Return Value

An object that is used to pass the value by reference

...