How can I make Eval Insert ignore the ^ character ?
I have a situation where I need to build a string that will be passed to an external program. I need to use Eval Insert in building the string but the string also needs to contain a RegEx which includes the ^ character.
I am struggling to get JMP ( Version 19.1.4) to ignore that character in the Eval Insert call. Here is a sample :
Str_To_Eval = "Insert_Str";
str = "This is a String containing ^St...