04-22-2009, 11:57 PM
How cani make it check to see what version of macros they have, and say if they dont have the newest macro like 2.3 and up the macro wont run it will tell them to come to site and update macros
Qm Version
|
04-22-2009, 11:57 PM
How cani make it check to see what version of macros they have, and say if they dont have the newest macro like 2.3 and up the macro wont run it will tell them to come to site and update macros
04-23-2009, 12:55 AM
04-23-2009, 01:49 AM
ok thanks.
04-23-2009, 06:39 AM
QM version numeric value also is in QMVER.
to see out "0x%X" QMVER to check if(QMVER<0x203000C) ,....
04-28-2009, 03:33 PM
but how do i make the macro not run if they dont have the right version?
04-28-2009, 03:43 PM
if(QMVER<0x203000C) ret
|
« Next Oldest | Next Newest »
|