Hi,
What are the options for calling a function, aside from just calling the function itself with parentheses and parameters?
E.g., is there anything like a CallByName( <ClassName> <MethodName>, ... )?
Is there a way to call a function via a variable that contains the function name, something like FunctionName = "ThisFunction", Call &FunctionName?
What are the options for calling a function, aside from just calling the function itself with parentheses and parameters?
E.g., is there anything like a CallByName( <ClassName> <MethodName>, ... )?
Is there a way to call a function via a variable that contains the function name, something like FunctionName = "ThisFunction", Call &FunctionName?