LuckyMe Posted March 19, 2002 Posted March 19, 2002 Hi, By using Trim function to remove space of a Text. But how can I remove the character return(S). The reason I asked is because sometimes the user hit character return to move the cursor to the other field instead of using Tab, and they leave the character return in the fields. It seems there is a simple solution for this, but I could not figure out. Thank you
SteveB Posted March 19, 2002 Posted March 19, 2002 Substitute(string,"P","") where 'P' the that backwards character that is the CR.
LuckyMe Posted March 19, 2002 Author Posted March 19, 2002 Thank you very much for a very quick reply. It works.
Recommended Posts
This topic is 8289 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