dynamic buffer compare

Posted by ojfoggin on 11-Jan-2010 11:05

Hi Guys,

Does anyone know if it possible to do a dynamic buffer compare

i.e. I have 2 dynamic temp tables and I have the record contained within each one and I can get the values out of each temp-table but I would like to do a buffer-compare between them.

I know it is possible to do a loop for the number of fields and iterate it myself but the buffer-compare would help a lot.

Thanks

Oliver


P.S. Using Progress 10.1b.  Thanks again.

All Replies

Posted by Peter Judge on 11-Jan-2010 11:11

There is a dynamic version of the BUFFER-COMPARE statement. I don’t know what version it was introduced, but I'm 99% sure it's in 10.1B.

-- peter

Posted by Admin on 11-Jan-2010 11:16

hBuf1:BUFFER-COMPARE (hBuf2)

This thread is closed