Project

General

Profile

Bug #28

Updated by I. Denisov 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 Reported by Manuel Martín Sánchez on 2014-03-21. 

 Refers to CPC 1.7 rc5 change list number 30.

Back