HELP!
Is there anyway to use the contents of a string variable to call an internal function or refer to a variable??
eg,
exampleString="exampleFunction(param)"
Function exampleFunction(param AS Any)
<bla bla bla>
End Function
can i use some function/API call to use the contents of exampleString to call any function I want???
PLEASE HELP!
Is there anyway to use the contents of a string variable to call an internal function or refer to a variable??
eg,
exampleString="exampleFunction(param)"
Function exampleFunction(param AS Any)
<bla bla bla>
End Function
can i use some function/API call to use the contents of exampleString to call any function I want???
PLEASE HELP!