I have 3D model, that is represented as an HTML element with COORDS attribute having "x y z ... x y z" coordinates. If model is small (COORDS value is relatively short) then its no problem to split the string (put values into array), change specific values (i know position/index), and join array (get string back together).
So, is there a way to get/update parts of COORDS value, while only knowing position/index in the string?