Sobes.tech
Junior — Senior

Attempt to change a character in a string

livecode

Task condition

What will happen if you try to assign a new value to a character in a string by index?

s = "abc"
s[0] = 'd'