We don't encourage .dta attachments, as the FAQ Advice explains.
Why is dist str105??? Is there garbage somewhere in there pushing it up to 105 characters?
I would try
Why is dist str105??? Is there garbage somewhere in there pushing it up to 105 characters?
I would try
Code:
replace dist = trim(itrim(subinstr(dist, char(160), " ", .)))
Comment