[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  KEYSAVE

  .  Summary

  keysave(str <fname>, int <table>);

  .  Description

  The keysave function is used to save the current macro key text def-
  initions to a disk file. <fname> is the file to save the definitions
  to, and if no extension is given, ".KEY" is added. Telix always
  keeps two key definition tables in memory, a relatively constant
  user table, and a terminal table which changes with each different
  terminal and holds the proper key assignments for that terminal. If
  <table> is 0, then the definitions from the user table are saved. If
  <table> is 1, the definitions from the terminal table are saved.

  .  Return Value

  A value of -1 is returned if there is a problem writing to the file,
  otherwise a non-zero (TRUE) value is returned.


See Also: keyload keyget keyset ASCII table keyboard Key Codes
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson