Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 21:54:21 +0000



Post From: Add Replace functionality to SCString class

[2019-02-26 17:53:41]
User972768 - Posts: 166
Hello,

Would it be possible to add Replace functionality to SCString class? Sometimes it is necessary to replace one substring with another and such function would be great addition IMHO. Example would be code of ZigZag study. It is full of "if .. then .. else" just to add new line or space to the string. IMO cleaner code would be to assemble Label with "\n" where required and in the end just replace it once with space or semicolon if needed.

Thanks and best regards