Jump to content

This topic is 7481 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Take text in one field, modify it by removing spaces or adding characters and then pasting results in another scrollable field on a new line. I have tried scripting and calc. without success.

Posted

Hi Tom,

Please update your profile as to your platform, operating system and version of FileMaker you are using. There is a link just below your name on the Left. Click on the word "profile" (in blue).

I agree with Live Oak that what you are wanting to accomplish can be done, and that the more information you provide, the better the solution you receive back. What you have described can be read in a couple of different ways.

Please include any field names involved, and a descriptions of what you have now, and what you want to happen.

Lee cool.gif

  • Newbies
Posted

Hi Lee,

I have a text field or container named Keyword and lets say it has "black dog" as data. I wish to eliminate the space i.e. blackdog or add { } around the text i.e. {blackdog}. I then wish to cut the data from this field and paste it into another text field called KeyordList. Each keyword in the list is on it's own line seperated by a carrage return. I will need several buttons to either remove the space or add the brackets or both. I know how to remove the spaces with text funnels and add the brackets I also know how to copy or cut the text with script edit steps, but cannot figure how to paste each new keyword into the list on a new line.

I hope I have given you better info. Appreceiate the help.

Posted

Several buttons are not necessary, nor is cutting/copying and pasting. One button attached to the script below should do the trick.

Set Field [KeywordList, Case( not IsEmpty(KeywordList), KeywordList & "

This topic is 7481 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.