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>ctrtxt() get starting column to center text on the display screen</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CTRTXT()    Get starting column to center text on the display screen

 Syntax....: CTRTXT( mString )
 Parameters: <expC>: mString = the string to be centered

 Returns...: <expN>: the starting column position
 Cautions..: Assumes 80 column screen ( cf. CTRPOS() )
 CC Calls..: none
 Alias.....: none

 Example...: mText = " PAGE 2 "
             @ 06,CTRTXT(mText) SAY mText


See Also: CTRPOS CENTER LJUST RJUST

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