I have an Excel file where some of the cells have multiple lines. Does Stata retain the EOL character that separates them? I am inclined to think that it does: while -display- shows concatenated strings, -browse- shows the first string only, so Stata must be changing behavior when it encounters EOLs. If the EOL is indeed there, what is the ASCII code, and what's the best way to parse on it given that it is a special character that may be difficult to stick into the string functions?
-
Login or Register
- Log in with
Comment