home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 5_programming / sendline < prev    next >
Encoding:
Text File  |  2002-10-28  |  685 b   |  18 lines

  1. Synopsis:
  2.    sendline <text>
  3.  
  4. Description:
  5.    SENDLINE sends a line of text to the client exactly as it is typed.  It
  6.    is similar to TYPE (and thus XTYPE), except that it does not actually
  7.    display the text on the input line as it is sent.
  8.  
  9.    The primary use of SENDLINE is inside the INPUT hook, which grabs the
  10.    current input to the client before it is actually parsed or sent to a
  11.    server.  SENDLINE can be used as a preprocessor of sorts.  Extreme
  12.    caution is recommended with this practice, as an improper INPUT hook
  13.    can effectively render the client unusable.
  14.  
  15. See Also:
  16.    on(5) input; set(4) input_protection; type(5); xtype(5)
  17.  
  18.