I have some code that I want to work. So basically I have multiple classes and multiple functions in those classes. The user inputs the name of the class and the function inside it but I don't know how to make it work.
This is my code:
Class = #The Users Input
Function = #The users Input
Class.Function # So I want to reference the function with the users input
I get a syntax error.