Yehnfikm8Gq Posted February 24, 2010 Report Share Posted February 24, 2010 I was loading some text files into Text Box Display by setting a string to the file content. The files had a non-txt extension and the default application takes a long time to start. I found that the Text Box Display formatting information appeared in some instances (like you see in the Direct Editor). It seems to be related either to the number of lines or total number of characters. I did not find the exact transition but 2500 lines seemed OK, 4500 lines did not. It may also be related to size of text string, although there are no limits specified in the Help. Quote Link to comment Share on other sites More sharing options...
Cory Posted February 24, 2010 Report Share Posted February 24, 2010 Are you sure they are actual ASCII text files? ................................................................. One thing to watch out for is Unicode which MEP does not support. EG you can open a text file in Notepad that looks like a plain text file but you will get different results in MEP. Perhaps you could post an example. Quote Link to comment Share on other sites More sharing options...
Yehnfikm8Gq Posted February 25, 2010 Author Report Share Posted February 25, 2010 I experimented with one text file by reducing the number of lines. At some point it transitioned from text with format characters to plain text. You may well have been correct in the case of some files that had been generated by software - something to bear in mind for the future. In light of your comments I re-checked. With an ANSI text file it's occurring between 3700 and 4400 lines averaging about 12 characters per line. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.