Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>shadowbox() clear & shadow box a screen area (draw border box optional)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SHADOWBOX() Clear & shadow box a screen area (draw border box optional)

 Syntax....: SHADOWBOX( tr,lc, br,rc [,btype [,cs [,fchr]]] )
 Parameters: <expN>: tr    = top row
             <expN>: lc    = left column
             <expN>: br    = bottom row
             <expN>: rc    = right column
 [optional]  <expN>: btype = box border line type: (default= 2)
  "      "                     0 for no line in border box
  "      "                     1 for single line in border box
  "      "                     2 for double line in border box
  "      "   <expN>: cs    = color of the shadow (7 = W/N (default))
  "      "                     (15 = W+/N, 31 = W+/B ,etc)
  "      "   <expC>: fchr  = fill character (to fill shadow with)
  "      "                     (default: no fill)

 Returns...: <expC>: the BOXSAVE() string
 Cautions..: none
 CC Calls..: ATT(), BOXSAVE()
 Alias.....: none

 Example...: sv_scrn= SHADOWBOX( 05,20, 22,60, 2,7,CHR(32))
             ... screen changes...
             BOXREST( sv_scrn )


See Also: ATT DBLBOX POPMSG BOXSAVE BOXREST

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