Versions Compared

Key

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

The define API is used to declare fields with a strong data type that you will be using in your programsuse in your Profound.js modules. All IBM i data types are available.

To declare fields that are loosely typed, use the var clause in JavaScript instead.

Parameters
  1. Field name (string)
  2. Config (object)

...