Hi, I am on my 4th day of using Python and making a lot of progress. I am looping through a feature class and writing field data to a textfile in notepad. I am writing 4 fields per line, when I get in the 6,500 line range no more lines are written to Notepad, though the routine continues to run to completion.
I am also writing the same data to a .csv file (there will be a different question on that), all data is being written to the .csv file.
So is there a size limit on a notepad file? In looking on the internet I find yes and no answers.
Thank you for your time. Dale,
I am also writing the same data to a .csv file (there will be a different question on that), all data is being written to the .csv file.
So is there a size limit on a notepad file? In looking on the internet I find yes and no answers.
Thank you for your time. Dale,