Last modified 15 years ago
Last modified on 05/05/2008 11:28:17 AM
text output
command: ECHO <text1>[ <text2>[ ...<textN>]]
Writes text to echo channel (set by ECHO_CH command). Default output channel is the seismic handler text window. All parameters entered are displayed, separated by blanks.
parameters
- <text1>, <text2>, ..., <textN> parameter type: string
Text to be written to echo channel, parameters are separated by blanks.
qualifiers
- /no_lf
Writes no line feed at the of the line. Next ECHO command overwrites this one.
- /no_crlf
Writes no line feed and no carriage return at the end of the line. Next ECHO text is appended to this one.
example
- echo THIS IS A TEST
- writes string "THIS IS A TEST" to the currently selected ECHO-file
- echo DISTANCE ^DISTANCE(2)
- writes string "DISTANCE " and value of distance information of second trace on display to the currently selected ECHO-file