If your menu items don’t have spaces you can do a REPLACE as well to change them to carriage returns
REPLACE($field$, " ", " ") -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of LJ LongWing Sent: Monday, May 18, 2015 8:43 AM To: [email protected] Subject: Re: Adding Line feed to search menu items ** David, You could do some workflow on 'Menu' that auto appends a carriage return after each line....this would leave a blank line at the end of your selection that you would need to 'clean up', maybe on loose focus...but in theory, possible. -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of David Boylan Sent: Monday, May 18, 2015 8:25 AM To: [email protected] Subject: Adding Line feed to search menu items I have a search menu that has over 200 possible items that can be selected. It's set to append after each item. I'd like to format it so it looks like: Item1 Item2 instead of: Item1 Item2... Has anyone don't this? Thanks, Dave _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

