Creating a list via Text String. Need Carriage Return/Line Feed/Enter


#22

It took me a while to find this solution. Thank you sir.


#23

okā€¦so back to the original question. I also want to force a CR/LF into the middle of a Text String.

My use case is creating an email message that has a list of all my battery operated devices and their current battery levelsā€¦each on a single line instead of 1 long run on sentence. So I am looping thru a list of all my battery devices and wanting to add a new line for each device to the variable I am using for the email message.

Thanks.


#24

In an Expression box, if the ā€˜Enterā€™ button is pressed (while inside quotes), a new line is created.


#25

Finally found another thread and got it working.


#26

lolā€¦just figured it outā€¦thanksā€™


#27

I tend to use the Expression box (over Value) 95% of the timeā€¦
(slightly different syntax, but way better IMO)


#28

Yupā€¦that is what I was using also. Was further complicated by a 45 minute delay from executing the piston to receiving the email. So I thought changes were not coming through.