source: SH_SHM/trunk/help/ECHO.HLP @ 1237

Revision 16, 1.0 KB checked in by marcus, 15 years ago (diff)

r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines

Initial import

Line 
1command ECHO <text1>[;<text2>[;...;<textN>]]
2============
3
4key: text output
5
6Writes text to echo channel (set by ECHO_CH command).  Default output
7channel  is the seismhandler text window.  All parameters entered are
8displayed, separated by blanks.
9
10
11parameters:
12
13<text1>, <text2>, ..., <textN>  ---  parameter type: string
14   Text to be written to echo channel, parameters are separated by
15   blanks.
16
17
18qualifiers
19
20/NO_LF
21   Writes no line feed at the of the line.  Next ECHO command
22   overwrites this one.
23
24/NO_CRLF
25   Writes no line feed and no carriage return at the end of the
26   line.  Next ECHO text is appended to this one.
27
28
29Examples:
30
31   ECHO THIS   IS A    TEST      ! writes string "THIS IS A TEST" to
32                                 ! the currently selected ECHO-file
33
34   ECHO DISTANCE ^DISTANCE(2)    ! writes string "DISTANCE " and value
35                                 ! of distance information of second trace
36                                 ! on display to the currently selected
37                                 ! ECHO-file
38
Note: See TracBrowser for help on using the repository browser.