| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| I know nothing about programming code. I am trying to make a custom button on my tool bar that will insert a statement into the body of my mail text. Here is the code I have so far: @Command([EditInsertText] ; "Below is your updated document as per your work request. If you need further assistance regarding this request, I can be reached at x123. Thanks!") I want to enter a return after the sentence "Below is your updated document...". How do I enter a new line return?? Thanks! |
|
#2
|
| Try @Newline: "... work request." + @Newline + @Newline + "If you need ..." Tim Mohrlant Kim wrote: > I know nothing about programming code. I am trying to make a custom > button on my tool bar that will insert a statement into the body of my > mail text. Here is the code I have so far: > > @Command([EditInsertText] ; "Below is your updated document as per > your work request. If you need further assistance regarding this > request, I can be reached at x123. Thanks!") > > I want to enter a return after the sentence "Below is your updated > document...". How do I enter a new line return?? > > Thanks! |
![]() |
| Thread Tools | |
| Display Modes | |