> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/conversion/tonull.md).

# 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

1. Drag a `button` component into the canvas and open the `Action` tab. Select the `press` event of the button and drag the `console` function to the event flow.
2. Call the function `toNull` inside the `console` value subflow.

   ![](/files/elNKSIbO8lAdWsaIoFEK)

### Result

1. The console will print `null`.

   ![](/files/mESMxGi3ljBvfpYMv2wH)
