Settings and activity
3 results found
-
1,699 votes
Dennis Hafström
supported this idea
·
-
4 votes
An error occurred while saving the comment
Dennis Hafström
shared this idea
·
-
9 votes
An error occurred while saving the comment
Dennis Hafström
commented
Another workaround I tend to use when I need the data to clipboard is to simply use Clipboard.SetText() at the end of my query.
This means some more lines if the data is directly from a query but it's usually fast with String.Join("\t", <data>) or similar.
I meant "write a new one" but there is no edit option here.