toNull
Description
will just return null.
Input / Parameter
N/A
Output
Description
Output Type
Returns null value.
Null
Example
In this example, we will use the toNull function to print null in the console.
Step
Drag a
buttoncomponent into the canvas and open theActiontab. Select thepressevent of the button and drag theconsolefunction to the event flow.Call the function
toNullinside theconsolevalue subflow.
Result
The console will print
null.
Last updated