Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: gilsdorf_e

Try

 

String text = tbox.FormattedText;
tbox.FormattedText=text.Replace("ISOCPEUR", "ISOCP");

Or even:

 

String text = tbox.Text;
tbox.Text=text.Replace("ISOCPEUR", "ISOCP");

That's what I would try...