Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_cursor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_cursor()


Syntax:     b_cursor([<expL>])

Purpose:    Gets/Sets cursor on/off state

Arguments:  <expL> is a logical value

Returns:    A logical value

Note:       b_cursor() with no parameter returns the cursor state (on/off)

Library:    MICROSYS.LIB

----------------------------------- Example ----------------------------------

   _curs := b_cursor()

   b_cursor(.t.)
   ........
   ........
   ........
   b_cursor(_curs )

See Also: b_curssize()

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