LoginLogin

Do User-Defined Functions Compile Differently?

Root / Programming Questions / [.]

MZ952Created:
Do user defined functions compile differently compared to regular code? Do they present performance enhancements?

Not really. Functions are actually *slightly* slower, but it won't make a difference unless you are really pushing SB to its limits.