Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>insert() - get/set the insert key status</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     insert() - get/set the insert key status
  Usage:    [<logical>] = insert([<logical>])
  Params:   logical value, .T. to turn the insert key on, .F. to
            turn the insert key off
  Returns:  a logical value equal to the current state of the insert
            key - .T. means it is on, .F. means it is off

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

                 readinsert(.T.) && insert on, BIOS not updated
                 ? insert()
                 * prints .T., insert on

                 insert(.F.)
                 ? insert()
                 * prints .F., insert forced off, BIOS updated

  Note:     When using the keystat() function, readinsert() does not
            update the BIOS data segment. insert does().


See Also: keystat() kbdstat()

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