Date: Thursday, June 29, 1995 From: jacklevy@aol.com Re: Error in RPLMAN.DOC? I was recently working on a SysRPL program, and I think I stumbled upon an error in RPLMAN.DOC (which is duplicated in ENTRIES.SRT). The following is the explanation for the matchob? command: matchob? ( ob comp --> ob TRUE ) ( ob comp --> FALSE ) Determines if ob is equal (EQUAL) to any element of comp However, I used matchob? in two programs and found the output to be wrong. Using the SDB debugger in Jazz, I found that matchob? works like this: ( ob comp --> TRUE) ( ob comp --> ob FALSE ) Which is quite different. Unless I'm doing something wrong, this is a definite error in RPLMAN.DOC. I'm using a GX Revision R. -J