Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello guys!
I'm trying to set a variable with multiple lines of text
"This is an example of the first line and this is the second line this is the third"
using the variable I want to type that exactly this way into a textarea? I tried adding \n or \r without result
Thanks in advance
@kyle17834 Use <RETURN>
<RETURN>
3243524<RETURN>3252463
@tet-vivi said in Writing multiple lines to textarea:
Thanks :D
Use "Ignore errors" action. You can click on red triangle inside any action and it will put it around that action >
2023-04-11_092031.png
Or you can use it for multiple actions, functions, whole script etc.
Thank you! it worked, i was using [[VARIABLE]]/Images.txt with expression, it was also giving me error but then i used it with string then it worked. I thought in string, variables values cannot be used :)