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>pickcolor() select color from interactive display</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PICKCOLOR() Select color from interactive display

 Syntax....: PICKCOLOR( [ c_hdg, row, column ] )
 Parameters: <expC>: c_hdg = Heading, describes what is being selected [opt]
 [optional]  <expN>: i_tr  = top row     (screen coordinates)
  "      "   <expN>: i_lc  = left column

 Returns...: <exp>: <expC>: the color string selected, or "" if Esc
 Cautions..: none
 CC Calls..: ATT(), BLINKOFF(), BLINKON(), BOXREST(), SETSCRSTS(), SHADOWBOX()
 Alias.....: none

 Example...: colornorm= PICKCOLOR( "Normal Color",00,00 )    && eg. "W+/B"

See Also:

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