40027/write-multiple-line-message-using-message-box
@Rashmi Message Box activity in UiPath does allow 'new line text' writing, but it doesn't use "\n". It uses 'vbCrlf' to add new-line character.
For Example: "text1" + vbCrlf + "text2" + vbCrlf + "text3"
will result in :
Completely agree with @Abha answer and other than vbCrlf there are few more constants which can be used to add newline which are as following
1 - vbNewLine
2 - vbCr
3 - vbLf
4 - Environment.NewLine
In case you don't want to use ...READ MORE
By "we need to distribute the files ...READ MORE
Hi, to achieve this automation, you can ...READ MORE
Hey Apeksha, There is no way to close ...READ MORE
There are two options to identify a ...READ MORE
UiPath’s Community Edition (CE) is the version which is ...READ MORE
Follow these simple steps to connect to ...READ MORE
"Delay" activity is used to add a ...READ MORE
Hi @Ashmita, you can create multiple excel ...READ MORE
Hi @Divya, to install extensions like Chrome, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.