Dear All,
Stata's manual mentions that:
fget(fh) is for reading text files; the next line from the file is returned, without end-of-line characters. (If the line
is longer then 32,768 characters, the first 32,768 characters are returned.)
fgetnl(fh) is much the same as fget(), except that the new-line characters are not removed from the returned result. (If
the line is longer then 32,768 characters, the first 32,768 characters are returned.)
Is there any way to reliably determine if this trimming of content has actually occurred during the reading?
Thank you, Sergiy
Related Posts with File read limits.
Stata Regression Help Using Fixed Effects and Cluster of Standard ErrorsHi all, I am looking to create a regression to determine the relationship between large increases i…
"putexcel save" Error: SAVE: invalid cell nameHello! I am trying to output tables in excel with this code: putexcel set "${path_results}\\`sc'_$…
reshape of nested dataDear all, I tried to reshape the following nested data into long-year wide-series: Code: * Exampl…
Trouble adding statistic to esttab latex tableHello all. I am trying to add additional statistics to a latex table using the user-written command …
Question about svy: meanHello, this question is conceptual as much as anything else: when I run svy: mean var1 var2 var3, th…
Subscribe to:
Post Comments (Atom)
0 Response to File read limits.
Post a Comment