API Connection.SetPort
From Flowcode Help
Jump to navigationJump to search| SetPort | |
| Sets a ports value from its index | |
| Index | |
| The index of the port or a quoted port name | |
| Value | |
| The value to set the port to | |
| Mask | |
| The bitmask for the port | |
| Return | |
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type BOOL
 - Add to a calculation icon: 
result = ::Connection.SetPort(index, value, mask)
 
No additional examples