home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c / comlink / Manual / Version_Nb / V4-51_Info < prev    next >
Text File  |  1993-03-07  |  3KB  |  74 lines

  1.  
  2. Update to version 4.51
  3. ----------------------
  4.  
  5. This file gives a brief description of the new features added to version
  6. 4.46 to create version 4.51.
  7.  
  8. 1. The mouse action for the 'word grab' facility has been altered, you must
  9.    now DOUBLE CLICK the mouse 'select' button on the word.
  10.  
  11. 2. The mouse action for the 'line grab' facility has been altered, you must
  12.    now 'PRESS AND HOLD' the mouse select button on the line in the rx
  13.    window. The line will appear in the tx window after a short delay, this
  14.    can then be eddited and sent.
  15.  
  16. 3. An IGNORE: script command has been added, this can be used to prevent
  17.    reading back the messages you have uploaded. Alternatively it can be used
  18.    so messages to/from certain callsigns are ignored. Further details are
  19.    provided below.
  20.  
  21. 4. Message marking has been changed slightly, now the +/- mark for messages
  22.    to be read does not have to be placed at the 6th character location, it
  23.    can be placed after the message number anywhere from the 1st to 8th
  24.    character location. This allows message numbers up to 7 digits to be
  25.    marked!
  26.  
  27. 5. Text and data files dragged from applications such as !Edit can now be
  28.    larger than 8Kbytes. !ComLink will now use the scrap file method of data
  29.    transfer to sen the complete file. Files smaller than 8K will be
  30.    transferred using memory.
  31.  
  32. 6. Assorted obscure and minor bug fixes have been made!
  33.  
  34.  
  35. ----------------------------------------------------------------------------
  36. IGNORE:<text>|<num>
  37. ----------------------------------------------------------------------------
  38.  
  39. Purpose: Makes SCANLIST: ignore lines containing <text> at position <num>.
  40.  
  41. Use: This comand can be used so that a SCANLIST: will ignore lines that have
  42. the specified text at a certain character position in a line.
  43.  
  44. Typically this would be used to prevent your own uploaded messages being
  45. read back during the READ: command.
  46.  
  47. Assume the following snippet of a script is executed:-
  48.  
  49. ...
  50. IGNORE:G7ALN|31
  51. TYPE:L
  52. SCANLIST:G7ALN:ARCHIM
  53. READ:
  54. ...
  55.  
  56. If the list returned by the BBS is say:-
  57.  
  58. MsgNo  TS Size  To     At     From   Date   Subject
  59. 60008  B$ 1221  G7ALN  GBR    G4NZK  07-Mar New !ComLink is brill!
  60. 60007  B$ 1245  ARCHIM GBR    G7ALN  07-Mar !ComLink 4.51 out now!
  61. 60006  B$ 1245  ALL    GBR    G1IVG  07-Mar G7ALN
  62.                               
  63.          1         2         3
  64. 1234567890123456789012345678901234567890  <-- character positions
  65.  
  66. There is a G7ALN starting at character position 31 in message 60007 so
  67. it will not be read by the READ command, despite the fact that the message
  68. otherwise meets the ARCHIM and G7ALN search strings in the SCANLIST command.
  69.  
  70. Examples:  IGNORE:ALL|17
  71.            IGNORE:EU|24
  72.  
  73. Related commands: SCANLIST:
  74.