AMOSi:Border$

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-2/Help_21.AMOS


Displays a border around your text when it's printed on the screen.


b$=Border$("string",n)

n can range between 1 and 16, but only the first three borders are currently defined.


Note that Border$ needs room for an extra character for the border. So it should only be used if the X coordinate is larger than 0.