Occurs when you attempt to use subscript operator [] on strings, for example:
tt = "Test"; x = tt[ 0 ];