Would it be more useful to use Macros or Functions?

Hey guys!

I know macros can have more than one input and output pin, but, other than that, when it becomes useful to use macros or use functions? Or are basically the same thing?

Check out this tread if you haven’t already:

I had seen that post, but I still doubt :confused:

Functions reuse code, and macros just make your graph look pretty(easier to read).

I use macros when I have tons of branch decisions that I want to hide away.

Ohh got it! Thanks for the answer.

Your additional comment on how you use macros is pretty much all I needed to know :D. Thanks.