Hi Statalist,
After importing from Excel (-import excel-; .xlsx), I have some string variable values that comprise multiple lines.
For example:
Is there any way to trim this to one line? Or is that something that needs to be done in Excel before I import?
Thanks in advance,
Reese
v 14.2
After importing from Excel (-import excel-; .xlsx), I have some string variable values that comprise multiple lines.
For example:
Code:
. di var1[108] This is one string variable .
Thanks in advance,
Reese
v 14.2
Comment