C5_SET FUNCTION

SET FUNCTION
 Assign a character string to a function key
------------------------------------------------------------------------------
 Syntax

     SET FUNCTION <nFunctionKey> TO <cString>

 Arguments

     <nFunctionKey> is the number of the function key to receive the
     assignment.

     TO <cString> specifies the character string to assign to
     <nFunctionKey>.

 Description

     SET FUNCTION assigns a character string to a function key numbered
     between 1 and 40 inclusive.  When the user presses the assigned function
     key, <cString> is stuffed into the keyboard buffer.  <cString> can
     include control characters, such as a Ctrl+C or Ctrl+S to perform
     navigation or editing actions in a wait state.

     List of Function Key Mappings
     ------------------------------------------------------------------------
     Function Key      Actual Key
     ------------------------------------------------------------------------
      1 - 10           F1 - F10
     11 - 20           Shift+F1 - Shift+F10
     21 - 30           Ctrl+F1 - Ctrl+F10
     31 - 40           Alt+F1 - Alt+F10
     ------------------------------------------------------------------------

     Warning!  In Clipper, SET FUNCTION is preprocessed into SET KEY
     and KEYBOARD commands.  This means that SET FUNCTION has the effect of
     clearing any SET KEY for the same key number and vice versa.  This is
     incompatible with previous releases, which maintained separate lists of
     SET FUNCTION keys and SET KEY keys.

 Files   Library is CLIPPER.LIB.

See Also: KEYBOARD SET KEY SETKEY()



2 responses to “C5_SET FUNCTION

  1. Pingback: C5 Environment | Viva Clipper !

  2. Pingback: C5 Commands | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.