# sc\_lineFeed

## Description

This function is used to signify the end of a line of text and the start of a new one. The behaviour of this function is the same as pressing the 'Enter' key. It can be used along with the concat function to return words or sentences on separate lines.

## Input / Parameter

N/A

## Output

| Description                                                 | Output Type |
| ----------------------------------------------------------- | ----------- |
| Returns the values passed, separated by lines between them. | Any         |

## Callback

N/A

## Video

Coming Soon.

## Example

The user wants to set line feed at the end of a string and start a new line.

### Step

1. Call the function `console`. Call the function `concat` inside the `value` parameter of the `console` function.

   ![](/files/ktObXU0EVgxvvIfb7PDP)
2. Call the function `sc_lineFeed` inside the `string1` and `string3` parameters of the `concat` function. Fill in the `string2` and `string4` parameters with the sentences to print.

   ![](/files/57ufNdtn2vnVgfpzCUxY)

   ![](/files/555IZvIOxsiKoIckzRdR)

### Result

![](/files/sU8BVtWIzB02UKG8IsUG)

## Links


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/specialcharacter/sc_linefeed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
