I import data from excel, whereas some cells contain paragraph(s) (which are indeed created by Left Alt + Enter in Excel) as an example showed in picture 1. The importting process seems normal, but it is obviously could not show the "paragraph character" (See picture 2). I have tried -dataex- and hope that it may help to capture such character, but fail. Indeed, -dataex- does show an output to copy (code below), but it does not work.
To my knowledge, Stata does understand the "hidden" character represnting "a paragraph", since the length of the string variable does count this "hidden" one. However, I face an obstacle to edit or modify (in code) for that string variable.
It would be highly appreciated if anyoen could teach me how to type ot capture (in code) for such "hidden paragraph character".

Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str7 A str4 S double a "aaa bbb" "A100" 7 " " "" 1 end
It would be highly appreciated if anyoen could teach me how to type ot capture (in code) for such "hidden paragraph character".
Comment