I am looking for how to set up a iterative function that returns the max value for example
function maxit(a)
For b = 10, 11, 12, 13
value&"_"&b = b* a + -b^2 +3
maxit = application.max(value_10, value_11, value_12, value_13)
end function
Many thanks for any help on the language around...