Hi

Suppose string variable strVar has value "fooVar".
fooVar is a valid variable name used elsewhere in the program.

How does one obtain from strVar:
1. The type of fooVar;
2. The value of fooVar?

Best regards

Reply via email to