From: Bernard G. <ber...@cr...> - 1999-12-14 16:47:40
|
Hi, Under VMS, the result is none of these: "CDCDEF". It seems to replace ALL LEADING "AB". Hope this helps, Regards, Bernard Giroud I have a simple question about the inspect statement. Trying to make it less complex, we can serialize the "inspect tallying" clause to make each count separate, but the same doesn't seem to apply to "inspect replacing". For instance: MOVE "ABABCD" TO VAR INSPECT VAR REPLACING LEADING "AB" BY "CD" ALL "CD" BY "EF". What should be expected after the execution: "CDABEF" or "EFABEF" ? >> |