skearton Posted December 23, 2012 Posted December 23, 2012 I have a field that has a size and typically looks like this: 6 in H x 6 in W How do I take the value of that field and insert a paragraph return after the "x" and removes the blank space before the next character so that it looks like this: 6 in H x 6 in W Thank you for your help.
databaser Posted December 23, 2012 Posted December 23, 2012 I don't have a carriage return symbol handy, but it's that thing you click that looks like a P. This should do it: substitute (field ; "x " ; "x[carriage return symbol]")
bruceR Posted December 23, 2012 Posted December 23, 2012 The pilcrow (¶) is option-7 on the Mac. Why do you need to do this? If you had a separate height and width field, your calc would be less complicated and more error-resistant.
Recommended Posts
This topic is 4411 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now