Versions Compared

Key

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

...

Source Code

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

...

In Ports

Position

Name

Message Type

Description

1

Trigger

Trigger

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

2

String

String

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

...