Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro Count?
#1

Is there any way to find out how many macros you have, rather then counting by hand?
Taking on Quick Macros one day at a time
#2
Code:
Copy      Help
QMITEM q; int i n
rep
,i=qmitem(-i 1|2)
,if(i=0) break
,n+1
out "I have %i QM items, not counting folders and shared" n
#3

Quick question, is
Code:
Copy      Help
QMITEM q
necessary?
Taking on Quick Macros one day at a time
#4
where?
#5

At beginning of macro.

Code:
Copy      Help
QMITEM q; int i n
rep
,i=qmitem(-i 1|2)
,if(i=0) break
,n+1
out "I have %i QM items, not counting folders and shared" n
Taking on Quick Macros one day at a time
#6
Not needed.
#7

Okay, thanks. I had tested it without it, and it worked but wasn't sure if it was serving a purpose somewhere I couldn't see.
Taking on Quick Macros one day at a time
#8
Is there a way to count all the .qml files on your system not including doubles?
#9
To start, use the enumerate files dialog from the floating toolbar.
#10

Ken did a blog, for File Enumeration, if you need a little help.

http://themacrohook.blogspot.com/
Taking on Quick Macros one day at a time
#11
ok thanks both of you i'll try something today


Forum Jump:


Users browsing this thread: 1 Guest(s)