|
|
|
|
|
ClipboardUnicode (Function) In french: PressePapierUnicode Returns the text found in the clipboard in Unicode format. MyText is Unicode string
IF ClipboardFormat(cfUnicodeText) = True THEN
MyText = ClipboardUnicode()
END
Syntax
<Result> = ClipboardUnicode()
<Result>: Unicode string Text in the clipboard.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|