keisuke, Thanks. I thought of that, but... Basically I am modifying 50 or so method calls, and the modification adds 'Count parameters' as a parameter, this make the method calls aesthetically displeasing to me as they are "too long"; so this is a 'One off' instance.
I just did not want to manually add a "\ + Cr" to wrap the code, and I probably will not. It is not a big deal, I was just hoping someone had managed to get either Find in design, or find and replace to accept as a replacement character a return. The '\' character is actually no problem to get inserted, it is the return that neither replace service wants to handle. I did try inserting "\r", but that just inserted those specific characters. :) Chip > I think the best way is to use METHOD GET CODE/METHOD SET CODE, > and do the replacement using code. > > 4D tends to self-correct backslashed inserted in the middle of a token, > so you might need to regex your way to find the right insertion point. > >> 2019/07/26 2:57、Chip Scheide via 4D_Tech <[email protected]>のメール: >> >> for example I have: >> very very long line of code >> >> I would like to replace this with >> very very\ >> long Line\ >> of code > > > > > ********************************************************************** > 4D Internet Users Group (4D iNUG) > Archive: http://lists.4d.com/archives.html > Options: https://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** ------------ Hell is other people Jean-Paul Sartre ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

