CAPTURE

CAPTURE {ON|OFF} [<[folder/]filename[/A]>]

In STNext, transcripts for your session are automatically stored in My Files > Transcripts with system-assigned names. However, you may use the CAPTURE command to change a filename, specify a folder, and append an existing transcript:

Note: It is possible to use one variable in the transcript. Example: CAPTURE ON <glyphosate _update>; the variable _update> could have a date assigned (20180922) , which results in the transcript name "glyphosate 20180922."

Entering a file name is optional. If you do not enter a file name, you must still type <>:

Example

CAPTURE ON <rn_search/tranfile>
ECHO "THIS LINE OF TEXT"
=> e smith/au
CAPTURE OFF <>

These commands result in the line "THIS LINE OF TEXT" and the result of the expand command being placed in a file named "tranfile" within a folder named "rn_search" in My Files > Transcripts.

Back to Script Commands and Statements