home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / xeval < prev    next >
Encoding:
Text File  |  2001-03-21  |  550 b   |  21 lines

  1. Synopsis:
  2.    xeval [<switch>] <text>
  3.  
  4. Description:
  5.    XEVAL works just like eval, but with switches. The -server forces it to
  6.    evaluate <text> with the context of another server as default. -window
  7.    forces the output to be in a specific window.
  8.  
  9. Options:
  10.    -server <refnum>  send all server output to server <refnum>
  11.    -window <name>    send text to specified window (name or number)
  12.  
  13. Examples:
  14.    To display colored text to window #2:
  15.       set display_ansi on
  16.       xeval -w 2 $chr(27)[34m This is Blue
  17.  
  18. See Also:
  19.    eval(5)
  20.  
  21.