Is there a way to create a function with input parameters? I'm not talking about parameter fields. I'm talking about being able to call a user defined function from within another function, and send it parameters.
ie create a function called max(a,b) that would return a number of which ever parameter is bigger, a or b.
ie create a function called max(a,b) that would return a number of which ever parameter is bigger, a or b.