Send the content of the array to the clipboard.
Using to_clipboard() makes it possible to paste the content of the array into a file (Excel, ascii file,…).
Examples
>>> a = ndtest('nat=BE,FO;sex=M,F') >>> a.to_clipboard()