Write.Clipboard
Top  Previous  Next


Writes text from the NTinfo main or filter window to the clipboard

One row is written for each row in the selected window.

Write.Clipboard Window ; Output

Window
Options: Main | Filter | Empty  
·Main - write contents of main window to clipboard  
·Filter - write contents of filter window to clipboard  
·Empty - leave the Window parameter empty to write a single text line to the clipboard  

Output
What to write - text combined with variables  

When a range of columns is specified, they will be separated by the character specified in NTreport.Delimiter" in [Settings].  

Examples
Write.Clipboard Main ; Column 1-7: %col1-7%

Write.Clipboard Main ; Column 1 to end: %col1-%

Write.Clipboard Main ; Column 1: %col1% Column 2:

Write.Clipboard Main ; %date% %time% %col4% %tab% %col6%

Write.Clipboard ;Todays date: %date%