Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
newitem
#1
how come when i try to compile for exe this gives me error?

Code:
Copy      Help
newitem getopt(itemid) "" "" "" "" 32
#2
newitem is unavailable in exe.

Functions that are unavailable in exe are listed in

http://www.quickmacros.com/help/QM_Help ... XE.html#a4
#3
ok ty is there any alternitive to delete it after its ran first time?
#4
Let the macro run not in exe.

Or you can exclude the line when compiling for exe:

#if !EXE
newitem ....
#endif
#5
ok ty


Forum Jump:


Users browsing this thread: 1 Guest(s)