Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>transtab</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  TRANSTAB

  .  Summary

  transtab(str <filename>, int <table>);

  .  Description

  The transtab function is used to load or clear the incoming or out-
  going character translation table. <table> stands for the translate
  table to manipulate, with 0 being the incoming, and 1 being the out-
  going.

  If <filename> is empty (""), Telix will prompt for the name of a
  translate table to load into memory.

  If <filename> is a valid name for a Telix translate table (saved
  from the translate table menu in Telix), it is loaded into memory.

  If <filename> is "*CLEAR*", the current translate table in memory is
  cleared, and Telix will no longer translate incoming characters.

  .  Return Value

  A value of -1 is returned if there is a problem loading the indi-
  cated translate table, otherwise a non-zero (TRUE) value is re-
  turned.

  .  Example

  transtab("TELIX.XLT");

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