What I mean is that I would like to set upp my own variables (define names) that later could be used in scripts.
Like this:
In a xml file (just one example) 
<document>
   <variables>
      <variable name="USER_NAME" VALUE="My name is bond, james bond" />
   </variables>
</document>
Later when this variable it will be replaced with
$USER_NAME$ --> My name is bond, james bond
Of course I can hardcode this or search and replace in the autotext file but it would be handy with this kind of functionality