Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Functions
#1
Hello once more,

I was wondering how I pull functions into a main script. Example i made a function called invalid my main macro i want to pull the invalid function in. I want the function to run and once it finishes it will jump back into the parent to see if there are more commands that it needed to run before ending. Any help would be grateful.

Thank you
#2
Macro Macro1756
Code:
Copy      Help
out "in macro, before calling function invalid"
invalid
out "in macro, after calling function invalid"

Function invalid
Code:
Copy      Help
out "in function invalid"
#3
Thank you very much Gintaras. That is exactly what i was looking for.

Thank you again.


Forum Jump:


Users browsing this thread: 1 Guest(s)