См. определение в файле PluginLocalHistoryBase.c строка 44
   45    {
   46        int count = m_FileContent.Count();
   47        string ret = "";
   48        
   49        if ( count > 0 )
   50        {
   51            ret = m_FileContent.
Get(count - 1);
 
   52        }
   53        
   54        return NULL;
   55    }
proto string Get(int index)
Gets n-th character from string.
Перекрестные ссылки string::Get().