<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("и"))


Created with the Personal Edition of HelpNDoc: Streamline Your Documentation Creation with a Help Authoring Tool