Trigger to Number

Description

This object is being used to determine which Trigger was released.


App Builder Object


Source Code

 

function execute() { return [trigger + 1]; }

Examples

Example

Trigger

Out

Example

Trigger

Out

1

1

1

2

2

2

3

3

3


In Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1-10

Trigger

Trigger

This port is being used to trigger the 'Trigger to Number' object.


Out Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Out

Number

This port is being used to sent out the number that has been generated by the 'Trigger to Number' object.


Properties

Name

Description

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