Hello, well i’m trying to change one specified character from a string and seems like we can;t?
:local string "earth";
:for i from=0 to=([:len $string] - 1) do={
:local char [:pick $string $i];
:if ( $char = "r") do={
?? set: ($string->"$i") "s"; ??
}
}