[Turn on line numbering] arg string, start, len, new; anticipate_assignment(); return string.subrange(1, start - 1) + new + string.subrange(start + len); // Created 27-Mar-1995 as a part of ColdCore, see: @help Credit
arg string, start, len, new; anticipate_assignment(); return string.subrange(1, start - 1) + new + string.subrange(start + len);