Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check if function called by a macro is running
#2
Macro temp15
Code:
Copy      Help
out "calling tempf10"
tempf10
out "tempf10 returned"
Function tempf10
Code:
Copy      Help
lock tempf10
mes "Test"
Function Check_if_function_called_by_a_macro_is_running
Code:
Copy      Help
lock tempf10 "" 0; err int running=1
lock- tempf10
out running


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)