Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
stop function
#1
Hi,

How to stop executing function and come back to main macro?

Ex.

Macro:

...
func_name a
...

Function:

function str'a

sel a

case "1"
out "1"
case "2"
out "2"
end function and return to main macro

case else
...
...
#2
ret
#3
thx


Forum Jump:


Users browsing this thread: 1 Guest(s)