Thanks for the Search/Replace Regex tool Mark.

I am confused though when you say the original string is not replaced. How would a Search/Replace be done?
Here is an example of something I did earlier tonight in another application:
I had to look in an HTML document for instances of this single string:
<radiobutton label='abc'><start></start></radiobutton>
And replace each instance with these four lines:
<radiobutton label='xyz'><start></start></radiobutton>
<radiobutton label='def'><start></start></radiobutton>
<radiobutton label='prs'><start></start></radiobutton>
<radiobutton label='tuv'><start></start></radiobutton>
I was able to do that with Regex like this:
Search for:
(<radiobutton label=')abc('><start></start></radiobutton>)Replace with:
\1xyz\2\n\1def\2\n\1prs\2\n\1tuv\2\n If the original string is not replaced in Sesame, then how could I accomplish this? I know you will have the answer.
-----------
The FormFieldValue speed enhancements sound like a nice touch. Should make things look more stable, flashing things raise too many questions, even when normal.
----------
The error codes that are returned are those sent by the Operating System and/or Sesame engine? Will need to get some references lined up for the meanings. This should really help to make meaningful messages and advice back to the user.
----------
I am looking forward to Version 2.0 even more than before, was that possible?

Thanks for listening and providing tools that we have requested.