Uipath Add New Line
- English (United States)
- 日本語
Preparation
Define a variable that stores the string which you want to edit.
Define a variable that stroes the edited string.

Add NewLine String(VbNewLine)
Using “VbNewLine“,we can add a newline string between two strings.

Confirm the result that is outputted by 「Log Message」 activity.

Add NewLine String(vbCrLf)
Using “vbCrLf“,we can add a newline string between two strings.

Confirm the result that is outputted by 「Log Message」 activity.

Add NewLine String(Environment.NewLine)
Using “Environment.NewLine“,we can add a newline string between two strings.

Confirm the result that is outputted by 「Log Message」 activity.

Discussion
New Comments
No comments yet. Be the first one!