>Because I am confused by the 66 and 80 ofsets, could one of you smart fellers >show the shortest way to assign the handle and then use >PRHANDLE..prJob.iCopies% > >I was getting ready to use PRHANDLE..prJob.iCopies% as a one liner and now >see that is not going to work... Two ways; myPRHandle& = PRHANDLE copies% = myPRHandle..prJob.iCopies% or; copies% = {[PRHANDLE]+66} Bill