Displays the value of an expression.
Show |
[/file <filename>] [/append <filename>] [/noindex] [/plain] [/noHeader] [/clipboard] [/names <names>] |
[/force] [/width <width>] [/lock] [/detail] [/unix] expression [expression ...] |
/append |
As /file except that file is appended if it already exists. |
/clipboard |
If specified, the result is copied to the windows clipboard. |
/detail |
|
/file |
If specified, outputs result to filename . The values are output in a format compatible with OpenGroup and the /text switch. |
/force |
File specified by /file will be unconditionally overwritten if it exists. |
/interactive |
|
/list |
|
/lock |
If specified with /file , a lock file will be created while the write operation is being performed. The file will have the extension.lck. This can be used to synchronise data transfers with other applications. The file will be locked for write operations. |
/names |
Semicolon delimited list of column labels. If specified, each vector column will be labelled by the corresponding name given in names . Otherwise, vector name is used as label. |
/noHeader |
|
/noindex |
If the vector has no reference, the index value for each element is output if this switch is not specified. |
/plain |
If specified, no index (as /noindex ), and no header (as /noHeader ) will be output. In addition, string values will be output less the quotation marks. |
/unix |
|
/width |
Page width in columns. |
expression |
Expression to be displayed. If expression is an array, all values will be displayed. |
|