May 20, 2013, 01:10 PM
Ana Morse[CLOSED] STRREP function (string replace)?
Francis
Would you explain why you added an A to the 'A&STRING1.LENGTH' at the end of this STRREP function?
-SET &STRING2 = STRREP (&STRING1.LENGTH, &STRING1.QUOTEDSTRING, '4', ' OR ', 0, 'NULL', &STRING1.LENGTH, 'A&STRING1.LENGTH');
This message has been edited. Last edited by: <Kathryn Henning>, May 20, 2013, 05:55 PM
WazThis is a requirement of the function, you must tell the function the output format.
It may seem seperfluous, but that is the way it is.