eval(string)
Description
For dynamic execute mode where the string will be executed.
Examples
eval(msgbox("Hello"))
This example returns a message box containing Hello. A more complex string could be inserted and executed.
Related Rules