Inserting line break in Text Expander command

Discussion, questions and support.
Post Reply
jcfastkeys
Posts: 15
Joined: Sep 4th, ’21, 23:26

Post by jcfastkeys » Sep 21st, ’21, 12:22

How do I insert a line break before Thank You in this Text Expander Command
Tried `n and Enter

InputBox, Customer, Customer, Who is customer?
to:="[email protected]"
cc:="[email protected],[email protected]"
bcc:=" "
subject:="Quote is attached for wireless call bells"
Body:= "Hello " Customer "," "Thank you for your interest in our products."

Run mailto:%To%?cc=%cc%&bcc=%bcc%&subject=%Subject%&body=%body%
jcfastkeys
Posts: 15
Joined: Sep 4th, ’21, 23:26

Post by jcfastkeys » Sep 21st, ’21, 13:08

Fund the answer in another post %oa
Post Reply