The situation is:
unit xyz;
interface
resourcestring
RSabc= 'my text here';
implementation
end.
I want to get resource string name from above resourcestring. I want to write function which will take RSabc or Resource string ID as input parameter and return me 'RSabc' as return value.