Bug #28
Updated by J. Templ over 10 years ago
Strings.Replace does not terminate the resulting string with 0X if truncation is needed. For example: VAR a: ARRAY 5 OF CHAR; a := "ABCD"; Strings.Replace(a, 1, 1, "xy"); "Reported":http://community.blackboxframework.org/viewtopic.php?f=16&t=60 by Manuel Martín Sánchez on 2014-03-21. In addition, the simple case where the string length is not changed should be optimized. Refers to CPC 1.7 rc5 change list number 30.