calling functions with conditions
Hi
Is it possible to call different functions for different conditions.
I have 3 different functions that do calculations.
I want to write if this condition call this function else if this condition call function 2 and so on.
I have tried it using if statements but I keep getting errors, could someone please point me in the right direction.
Thanks in advance
|