Versions Compared

Key

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

...

Source Code

Code Block
languagejs
iffunction execute(trigger === 0)) {
  return [parseFloat(inPorts[1].value) || 0];
} 

...

In Ports

Position

Name

Message Type

Description

1

Trigger

Trigger

This port is being used to trigger the 'Static Number' Object and send out the stored number.

2

Value

Number

This port is being used to receive a message including the number that is supposed to be saved in the 'Static Number' Object.

...