DeleteString
Description
Deletes the string at the given index.
This is quiet slow since internally it saves all stringtable values, then fully clears it, and recreates it without the given index.
It will also delete precache data if you delete strings from tables like modelprecache
and such.