Hello,
I am trying stripping some punctuation of a long string variable by using the following code
and I get the following error
Any hint?
Thank you.
I am trying stripping some punctuation of a long string variable by using the following code
Code:
strip text, of (".!?:;~{[(-_\/^)]}") g(textbis)
str164211 invalid variable name
Thank you.
Comment