Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>boxchars() - get/set the frame characters in use by box()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     boxchars() - get/set the frame characters in use by box()
  Usage:    <string> = boxchars([<frame>])
  Params:   string <frame> - the box chars to use as defaults in the
            next call to the box function
  Returns:  a string filled with the characters in use by the box()
            function (frame characters)

 ---------------------------------- Example ---------------------------------

                   frame = boxchars()
                   box(10,10,20,70,NewChars,23)
                   boxchars(frame)

See Also: box()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson