Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/16/2013 in all areas

  1. If at some point your XML collection becomes huge, I'd suggest reading up on the xml.dom to speed up your output. edit: although, I don't know exactly what your app does...it's still a possiblity to reduce time for output
    1 point
  2. olo, And do not use FileFindFirst/NextFile, use the _FileListToArray function to get an array of the files - or my RecFileListToArray UDF if you need more than one extension or to search recursively. M23
    1 point
  3. 1 point
  4. "If you can make it there, you make it anywhere". Sorry, it's not NY, it's AutoIt. But if you can make it for a single file it's easy to make it for many files.
    1 point
  5. There are many ways to skin this cat. I would pack the processing into a function. And then loop through the list of files using FileFindFirstFile, FileFindFirstFile, FileClose and call the function for every file found.
    1 point
  6. The function edits the cell in memory. But you still need to write the workbook back to disk using _ExcelBookSave.
    1 point
  7. To resolve the autocomplete issue you need to install the full Scite4AutoIt package.
    1 point
  8. You use a variable that doesn't exist: $parsesplite3 should be replaced with $parsesplit3
    1 point
  9. Have you tried AutoItSetOption("SendKeyDelay", x)? Put this at the top of your script (where x = the number of milliseconds between key presses). It may help slow things down a bit for you.
    1 point
  10. You are right, i will add your suggestion in next update. Thanks
    1 point
  11. I'm not really. I just don't wakillon to think I'm attacking him, merely providing a guiding hand.
    1 point
  12. Wombat, I suggest searching for the correct place to post should be your main aim at the moment - thread moved from "Dev Chat". M23
    1 point
×
×
  • Create New...