On 30 Mar 2001, at 20:41, Malcolm Cadman wrote:

> To view the screen captured you need to get the screen base number with
> SCR_BASE function in SMSQ, so PRINT SCR_BASE.  On a P1 PC with a 640 x
> 480 display with 256 colours this gives me 557360.
> 
> So lbytes win1_images_screen1_scr,557360 : PAUSE
> 
> loads the image back, with the PAUSE giving time to view it :-)
> 
> DISP_COLOUR 3 changes to True Colour resolution and the screen base
> number becomes 3132032.
> 
> So lbytes win1_images_screen2_scr,3132032 : PAUSE

Why not use lbytes xxx, ScR_BASE  directly?

Wolfgang


Reply via email to