Difference between revisions of "AMOSi:Border$"

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-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.