I am on Take Command v6.01, on XP SP3. My goal is to construct a string of the form "first last [<]email_addr[>]<EMAIL_ADDR><EMAIL_ADDRESS><EMAIL_ADDR>, " (without the quotes and without the []) from its elements on the clipboard. I have constructed the proper string using beginning and ending quotes (I could find no other way to do it). The quotes are embedded in the string.
But I cannot remove the leading quote (I have removed the trailing quote with @INSTR). I have tried: SETDOS; @REPLACE; @INSTR -- and failed.
But I cannot remove the leading quote (I have removed the trailing quote with @INSTR). I have tried: SETDOS; @REPLACE; @INSTR -- and failed.