Jump to content
Server Maintenance This Week. ×

Remove text from field


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

Recommended Posts

I have a field which is the result of a calculation (a listing of all the tables in the database file) whose result is as follows:

Application

FTP

Passwords

Web Admin

If I wanted to delete "Passwords" from the list, what script would I use? I tried to Substitute "" for Password, but all that leaves me with a blank line as is the following:

Application

FTP

Web Admin

Any assistance you could offer would be appreciated.

Mark

Link to comment
Share on other sites

How was this "List" obtained. i.e., is it the result of a calculation, manually imputed, etc.?

If it it just text, then you might try

Substitute (YourField; "Password ¶", "")

Lee

Link to comment
Share on other sites

This topic is 5960 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.