Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Last macro modified
#1
I am wondering whether there exists a macro to find the last macro modifed.
#2
Macro Macro1282
Code:
Copy      Help
DATE d; int iid
QMITEM q; int i
rep
,i=qmitem(-i 1|2 &q 128)
,if(i=0) break
,
,if(q.datemod>d)
,,d=q.datemod
,,iid=i

out _s.getmacro(iid 1)
#3
Many thanks indeed.


Forum Jump:


Users browsing this thread: 1 Guest(s)