Is it possible to force evaluation of variables.

Example:

strItem = "Index"

Node.strItem

Obviously strItem is not a property or method of the Node object, the value of strItem is. Is there a way to evaluate that line so that I actually get Node.Index?

-Steve