ConstantLong

Description

Returns a constant long value.

Long values range from -9,223,372,036,854,775_808 to 9,223,372,036,854,775,807.

Constant values are useful when reference values are needed. 

Use

  • Output field:
    • Enter the output field name.
  • Long Constant:
    • Enter a long value.

Example

Long value enteredConstantLong() returns
4242

Hero Platform_ Example

An example of this function can be found in Hero Platform_'s library of examples.

Download the example titled "function_ConstantLong" to see an example of this function. 

Type

Creators