- Posted by
- I have an array of strings and want to flush out to a new file. Is there a way to optimally write the contents of the array to a file? I know the following will do what I want, but I want to do it faster: for (var i = 0, len = myResults.length; i < len; i++) { UltraEdit.activeDocument.write(myResult...Posted in Scripts
-   Topics
-   Views
- gdeleon
Sep 07, 2010