AMOSi:Border$

From Amiga Coding
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.