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>setwrap() get & set the current value of clipper's set wrap setting</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SETWRAP()   Get & SET the current value of Clipper's SET WRAP setting

 Syntax....: SETWRAP( [ l_set | c_set ] )
 Parameters: <expL>: l_set = [optional] .T. , .F. logical value to set status
        - or -   <expC>: c_set = [optional] "ON","OFF" character expression

 Returns...: <expL>: .T. if ON, else .F.
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: l_iswrap= SETWRAP()

See Also: ISWRAP

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