Availability:built-in
get_string_code(+Index,
+String, -Code)Semi-deterministic version of string_code/3.
In addition, this version provides strict range checking, throwing a
domain error if Index is less than 1 or greater than the
length of String. ECLiPSe provides this to support String[Index]
notation.