Boolean

Drag a boolean type onto the canvas and assign a boolean value to it to use it as a variable. Use the SetValue to change the value further below in your Function.

A boolean type can be set to true or false. The default value of Boolean is false.

Last updated