Pascal strings are mutable. They can be accessed via index.

S = "abc"
S[0] = 'B'