LuckyMe Posted July 26, 2002 Posted July 26, 2002 Let's say a have a data looks like this: "aaaa bbbb ccc ddddd" How so I trim to be like this: "aaaa bbb ccc dddd" I want to get grid off spaces Thanks
mborgens Posted July 26, 2002 Posted July 26, 2002 Make a calculation field that modifies your "data field" and use the following script: Substitute(data field, "
Recommended Posts
This topic is 8160 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