The program SPRITTST.bas supplied with LB 4.04 and LB 4.5.0 contains the following code:
Code: graphicbox #w.g, 0, 0, 400, 300
open "sprite test" for window_nf as #w
graphicbox #w.g, 0, 0, 400, 300
I've always assumed that the repetition of the graphicbox statement - one before and one after the open - is just a typo, and to make LBB compatible I arranged that it ignores the second statement. But was that the right conclusion? Does the second graphicbox statement have some effect that I'm not aware of (or did it in some earlier version of LB)?
Richard.