home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / ONLINE / DFUE / NN_50 / MISC / TELECONV / READ_ME
Text File  |  1998-09-26  |  4KB  |  95 lines

  1. Telephone conversion files
  2.  
  3. There are four NAMENET.TCV files, one in each folder
  4.  
  5. INTERNAT.TCV
  6. Fairly full list of internationtal dialling codes
  7.  
  8. 1995.TCV
  9.  
  10. Converts old-style (Pre-April 1995) UK telephone numbers to new 
  11. style
  12.  
  13. UK.TCV
  14.  
  15. UK telephone exchange look up
  16.  
  17. LO_1995
  18.  
  19. NameNet no longer has a built-in conversion for the change of 
  20. London telephone numbers from 01- to 081- or  071-. This TCV 
  21. file replaces it an converts to current 0181- and 0171- codes
  22.  
  23.  
  24. Copy the one you require to the same folder as Namenet.prg.
  25. These tables provides the data, not only for automatic 
  26. telephone connversion, but also for the Look-up menu option.
  27.  
  28.  
  29. Look Up Tele  Control/Y
  30. This allows you to look up a number in a loaded .TCV file. This works in 
  31. either direction. Thus searching for FRANCE in the International list 
  32. will find +33. Looking for +33 will find France and Monaco. This entry 
  33. will not be present if no TCV file is loaded.
  34.  
  35. Editing .TCV files
  36.  
  37. To make your own you should use an ordinary text editor which can load and 
  38. save files in ASCII form.
  39.  
  40. The NAMENET.TCV file consists of a header and lines of text in pairs.
  41.  
  42. The first line of the header contains the text that will be shown in the 
  43. About NameNet information panel.
  44.  
  45. The second line sets the mode. This controls when the conversion is used. 
  46. If you have a very long list such as the UK dialling codes list, if you 
  47. are using a standard speed ST, this might slow down the display as each 
  48. phone number has to be checked with all the entries. The mode separately 
  49. enables conversion for the screen display, for use with the entry form and 
  50. for use with printed output. The recommended mode is 2. This enables 
  51. conversion on entry. However if you already have data which is not 
  52. converted then the other operations can be switched on.
  53.  
  54.      /-------------------------------------------------------\
  55.      |  Mode  |    Show (1)   |    Entry (2)  |   Print (4)  |
  56.      |-------------------------------------------------------|
  57.      |    0   |       off     |       off     |       off    |
  58.      |    1   |       on      |       off     |       off    |
  59.      |    2   |       off     |       on      |       off    |
  60.      |    3   |       on      |       on      |       off    |
  61.      |    4   |       off     |       off     |       on     |
  62.      |    5   |       on      |       off     |       on     |
  63.      |    6   |       off     |       on      |       on     |
  64.      |    7   |       on      |       on      |       on     |
  65.      \-------------------------------------------------------/
  66.  
  67. The third line of the header contains the number of 
  68. lines in the file. This number is not critical. If it is set too 
  69. high then memory will be wasted. If it is set too low then long 
  70. files will take much longer to load.
  71.  
  72. The rest of the file consists of the conversion pairs. In each pair the 
  73. first line is the text to be looked for. The next line is the text that 
  74. will be substituted. There is no programmed limit to the number of 
  75. substitutes that can be entered.
  76.  
  77. ABC 5
  78. 071-123 5
  79. ABC 4
  80. 071-123 4
  81. ABC5
  82. 071-123 5
  83. ABC4
  84. 071-123 4
  85. ABC
  86. 071-123 5678 ext
  87.  
  88. Only the first match is used. This can also be used to allow you to use 
  89. the same data file at work and at home. This text would convert internal 
  90. numbers indicated by ABC to external numbers taking into account in this 
  91. case that numbers beginning with 4 or 5 are direct diallable but other 
  92. have to be obtained through the exchange. Notice the duplication to take 
  93. into account inconsistencies in putting a space after the ABC.
  94.  
  95.