put characters 2 through 7 of steve into bill
put the third through eighth characters of steve into bill
put the characters of steve into bill
The characters
data type is a chunk type of string
that represents a range of Unicode characters.
Accessing a character
chunk that is out of range returns empty
. Modifying a character
chunk that is out of range prepends or appends to the parent string
.