Allow usage of "select" scripting command with a string as first parameter.
Should return a string containing the selected character.
e.g.
"foobar" select 3
returns:
"b"
functionality should be available in the engine because
String select SCALAR
is just a shortcut for:
toString [toArray STRING select SCALAR]