Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

This object is being used to send out a zero.


App Builder Object


Source Code

function execute() {
  return [0];
}

Examples

Example

Trigger

Out

1

Trigger

0


In Ports

Position

Name

Message Type

Description

1

Trigger

Trigger

This port is being used to trigger the object and send zero.


Out Ports

Position

Name

Message Type

Description

1

Out

Number

This port is being used to sent out the zero.


Properties

Name

Description

Object Name

The name on the object on the canvas.

Show Code View

The switch to turn on code view for the Code Object.

Duplicate Code into custom Code Object

  • No labels