sbool dm_sendClipboardTo_verbose(S computerID) { S text = getClipboardText(); if (text != null) { print("Sending clipboard text to " + computerID); dm_sendClipboardTextTo(computerID); } else print("Unknown clipboard contents type"); }