Tuesday, May 17, 2022

How to remove the invisible space in the tail of a string in Stata?

Hello, I have a small dataset below,
clear
input str80 No str90 Project
"F-000508" "Hermann Park "
"F-000509" "Environmental Projects"
end

I want to remove the invisible space in the tail of "Park ". with Stata.
Thank you for your help!

No comments:

Post a Comment