put character 12 of steve into bill
put character 2 through 7 of steve into bill
put the fifth character of steve into bill
put the third through eighth character of steve into bill
put character "andy" of steve into bill
The character
data type is a chunk type of string
that represents a single Unicode character or 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
.