Difference between revisions of "AMOSi:Screen"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

an example can be found on AMOSPro_Examples:Examples/H-3/Help_39.AMOS


This comes in two flavours:


Screen number

Selects a SCREEN for all future graphics and text operations, even if the screen is hidden away in the background.


s=Screen

Returns the number of the current screen you are using for your text and graphics operations.


an example can be found on AMOSPro_Examples:Examples/H-4/Help_40.AMOS