AMOSi:Set Line

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
Jump to: navigation, search

an example can be found on AMOSPro_Examples:Examples/H-0/Help_8.AMOS


SETs the appearance of all straight LINEs to be drawn using DRAW and BOX. A mask must be set after SET LINE in the form of a 16-bit binary number.


Set Line %1111000011110000 : Rem Dotted line
Set Line %1111111111111111 : Rem Normal line