Hi Everyone,
I have a small question regarding any method there might be to help clean up variable labels with the following text:
From this I would like to remove all apostrophe, back quote, and apostrophe.
I tried using subinstr by saving the variable label in a local but unforntuately that didnt work for me, unless I didnt use the right command.
I have a small question regarding any method there might be to help clean up variable labels with the following text:
Code:
'ABCDEFG`"'
I tried using subinstr by saving the variable label in a local but unforntuately that didnt work for me, unless I didnt use the right command.
Comment