Lets say I have a variable like !test = 'stuff'.
How could get the name of that variable to lets say q var, so that I get the variable name out and not what it holds inside?
In this case I want to get the test as result.
Im not sure why u need that and how u planing use that, because for example u want to ask for name of variable !test, then u need ask for that variable like Q var !test, for result test? Why then just not typped 'test' staight?
Sometimes you either need to get the variable name in to an array/list/etc or process it later trough the name of the variable. Would be easier if i did not have to use nonstatic values but a modular self combining arrays/lists/etc.
But still u need somehow identified that variable. So u need use that name anyway (or maybe number from list or array, but that should contain name of that variable)