Recent content by Spawn

  1. S

    acsyscmdsetstatus with for each loop

    Thank you all. This was very helpful.
  2. S

    acsyscmdsetstatus with for each loop

    OK. I gave up. My problem here is that I do not know how many files will be counted that's why I cannot give value for "counter < 10". Maybe I understood it wrong. I call recur sub from my Private Function that counts files and this time it counts without resetting to 0 but counts wrong...
  3. S

    acsyscmdsetstatus with for each loop

    Thank you for your reply MarkK. I am working on implementing your suggestion. Cheers!
  4. S

    acsyscmdsetstatus with for each loop

    Hi Everyone, I am counting files using below code and I want to show how many files counted in system status bar using syscmd acsyscmdsetstatus. However, as this is For Each loop when I use syscmd acsyscmdsetstatus it resets to 0 for each sub folder. How should I modify the code to keep...
Back
Top Bottom