I think I may just be having a mind blank, but I can't for the life of me work out how to get the parameter values of my Function I'm working on.
Eg. Function.Atan2(1,2)
I know the parameters are there, using Function.NumParams results in '2'. But I just can't seem to figure out how to get to them.
Excuse the foolishness, and thanks in advance for your reply. <img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" />
EDIT: I think its more a matter of not knowing how to use Function.Param. Thanks again.