sbool dm_sendClipboardTo_verbose(S computerID) { if (computerID == null) false; S text = getClipboardText(); if (text != null) { infoBox("Sending clipboard text to " + computerID); dm_sendClipboardTextTo(computerID, text); true; } else ret false with infoBox("Unknown clipboard contents type"); }