Macro and Return

I’m using Asterisk 1.6.0.6

Sometimes i see macro examples ending with a Return statement.

I also use macros, but not the Return statement and everything works fine.

Q: When do I need the Return statement ?

no, but it’s good practice. It’s also helpful if you want to return in the middle of processing… i.e. from a GoToIf statement.