Hello,
I´ve a problem with @Replacesubstring. The function doesn´t work as expected after we´ve migrated form release 6.5 to 8.5.1. In an existing application the carriage returns of a field were replaced by Character 6 in a the view. This data is accessed by another database and there the Character 6 should be replaced by carriage return. This doesn´t work.
I´ve tried the following code in release 6.5 and in 8.5.1. In 6.5 it works, in 8.5.1 nothing happens.
Var := @ReplaceSubstring(ItemText; @Char(6); @NewLine);
Regards Joerg