Child pages
  • Calculations

Versions Compared

Key

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

...

Example In this example, a record-level variable is created by defining an empty calculation.

Code Block
/**/**
 *  defined in my table.js
 * @properties={type:12,typeid:36,uuid:"32BE69DF-289E-45A6-A347-50271F3F29D7"}
 */
function record_flag()
{
	// NO return statement / value
}

...