Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Delete Itself
#1
Hello, im trying to get a function to delete itself after its done, i read another post on here about it but cannot figure it out, any help?

i know to use this but i dont understand wut to fill in...the thing i wanna delete is a function named Validate.

Code:
Copy      Help
newitem getopt(itemid) "" "" "" "" 32
#2
THATS THE CORRECT CODE LOL JUST TRY IT
#3

If you're planning on deleting the function "Validate", just put

Code:
Copy      Help
newitem getopt(itemid) "" "" "" "" 32
at the end of the function "Validate", then you don't have to fill out anything, just leave it as it is.The flag 32 will give it the command to delete the Macro/Function/etc. that is currently inside.

Function ( Validate )
Code:
Copy      Help
;
;
;
;
;
;

newitem getopt(itemid) "" "" "" "" 32
Taking on Quick Macros one day at a time


Forum Jump:


Users browsing this thread: 1 Guest(s)