Activity for malin67

  • malin67 malin67 posted a comment on discussion Engineering 🇬🇧

    Hello, coder, Maybe there is no visualization in the project?

  • malin67 malin67 posted a comment on discussion Engineering 🇬🇧

    Hello everyone, I'm using Stu.StrTrimEndA. But the non-blank character is deleted if the number of it is one. Do you have any idea? My code is following: VAR sBufferOneChar: STRING := 'A '; sBufferTwoChar: STRING := 'AA '; END_VAR //NG (sBufferOneChar: 'A ' --> '') Stu.StrTrimEndA(pString:= ADR(sBufferOneChar)); //OK (sBufferTwoChar: 'AA ' --> 'AA') Stu.StrTrimEndA(pString:= ADR(sBufferTwoChar));

1