[futurebasic] Re: RE [FB] PLOT and COLOR in GWORLDS

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 1998 : Group Archive : Group : All Groups

From: BMichael <BMichael@...>
Date: Wed, 29 Apr 1998 12:17:46 EDT
>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?

rect;8 = @grect   'the "shorthand" approach to BLOCKMOVE

Bill