Instead of being forced to choose a function from the dialog window (That lists all current functions), is there anyway to call by name. The reason is that I want to call one randomly from a list like so:
functionName 1
functionName 2
functionName 3
functionName 4
functionName 5
I want something with this logic:
onClickAction ---> call "functionName"&int(random(1,5))
I hope that makes sense? Suggestions...