clipboard_enum returns an integer array of clipboard formats.
Return Value
iFormats is an integer array. In case of an error the function returns -1.
Example
iFormat = clipboard_enum();
if (iFormat[1] != -1) {
for (i in iFormat) print clipboard_format_name(i);
}
History
| Version | Description |
|---|---|
| 5.9 | New |
See also
id-1852964