10-06-2012, 07:18 AM
No. For normal variables, at run time exists only address, not name.
If need variables where you can have name at run time, can use environment variables, window properties, registry. See QM Help, Variable storage and scope (2). Also can try IStringMap.
If need variables where you can have name at run time, can use environment variables, window properties, registry. See QM Help, Variable storage and scope (2). Also can try IStringMap.