<string_w>:setAt(i, s)

Imposta l'i-esimo carattere della stringa con il valore di s.

Esempio.

local auto = _U("автомобиль")
auto:setAt(3, _U("и"))