From: Rick Brown <rbrown@...> Date: Wed, 29 Apr 1998 17:52:52 -0500
Andy wrote:
>Incidently if I want to copy a "DIM rect.8" defined rectangle, I just go>"rect=grect" or do I have to BLOCKMOVE all the bytes?
As long as rect and grect are both DIM'ed as the same size, then
rect = grect
will work fine.
- Rick