Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Del
#1
how can you delete one of my functions using another function? and if the function is deleted to stop the one that deleted it rom running?
#2
Function Function81
Code:
Copy      Help
mac "func_to_delete" ;;start
2
shutdown -6 0 "func_to_delete" ;;stop
newitem "func_to_delete" "" "Function" "" "" 32 ;;delete
#3
its what im lookin for, but say if the function has been deleted already how can i make it so no other functions can be ran?
#4
QM does not have a function that ends a thread whose source macro is deleted.

Restart qm file
shutdown -5

Or set a global variable. Let the functions periodically check the variable and end when it has certain value.


Forum Jump:


Users browsing this thread: 1 Guest(s)