put chars 2 through 7 of steve into bill
put the third through eighth chars of steve into bill
put the chars of steve into bill
The chars
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
.