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>sayatt() prints a string with attributes</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SAYATT()    Prints a string with attributes

 Syntax....: SAYATT( mstr, att [,rw, colm ] )
 Parameters: <expC>: mstr = the string to be displayed
             <expC>: att  = the color attribute string to be used
 [optional]  <expN>: row  = the optional row position    [ default= ROW() ]
  "      "   <expN>: colm = the optional column position [ default= COL() ]

 Returns...: <expC>: "" (null character string)
 Cautions..: if either row or column is specified, then both are required
 CC Calls..: none
 Alias.....: none

 Example...: SAYATT( "Hello, world!", "W+/R", 10,40 )      && no cursor update
             - or -
             @ 10,40 SAY SAYATT( "Hello, world!", "W+/R" ) && moves cursor

See Also: POPMSG

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