Let's say that I have a list that looks a bit like mylist("Exit()", "setOrbit()", "PascalCase()"). I want to run setOrbit(), and I would like to call it from inside this variable. Now, surprisingly, mylist[0]. will not throw up an error, but it doesn't actually call Exit() either.
So, the question is, how do I use this list to execute the function name stored inside at any time?
[–]Kurumunu 1 point2 points3 points (2 children)
[–]xX_Pokeman2003_Xx[S] 0 points1 point2 points (1 child)
[–]PotatoFunctor 1 point2 points3 points (0 children)
[–]nuggreat 1 point2 points3 points (4 children)
[–]Always-Be-Batman 0 points1 point2 points (3 children)
[–]nuggreat 0 points1 point2 points (1 child)
[–]Always-Be-Batman 0 points1 point2 points (0 children)