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 | |
---|
1 | command ECHO <text1>[;<text2>[;...;<textN>]] |
---|
2 | ============ |
---|
3 | |
---|
4 | key: text output |
---|
5 | |
---|
6 | Writes text to echo channel (set by ECHO_CH command). Default output |
---|
7 | channel is the seismhandler text window. All parameters entered are |
---|
8 | displayed, separated by blanks. |
---|
9 | |
---|
10 | |
---|
11 | parameters: |
---|
12 | |
---|
13 | <text1>, <text2>, ..., <textN> --- parameter type: string |
---|
14 | Text to be written to echo channel, parameters are separated by |
---|
15 | blanks. |
---|
16 | |
---|
17 | |
---|
18 | qualifiers |
---|
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 | |
---|
29 | Examples: |
---|
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.