| Maptitude GISDK Help |
Copies data to the Windows clipboard.
Added to Version 6.0/2012.
CopyToClipboard(array data_array)
| Argument | Contents |
|---|---|
| data_array | A options array with the data type ("Text") and the data |
Currently only "Text" is supported as a data type.
To copy a table to the clipboard, use a long string, with a Tab character (or "\t") between columns and a carriage return character (or "\n") between lines.
CopyToClipboard({{"Text","A string to copy to the clipboard"}})
ShowArray(GetClipboardData("Text"))
CopyToClipboard({{"Text","Col1\tCol2\tCol3\n123\t345\t531"}})
ShowArray(GetClipboardData("Text",{{"Output Table", "True"}}))
| Function | Summary |
|---|---|
| GetClipboardData() | Gets data from the Windows clipboard |
| ©2025 Caliper Corporation | www.caliper.com |