<-- Previous || Up || Next -->

Clipboard To String Function
Basic Extensions Class

Public Function ClipboardToString( _
    ) As String

Return the text portion of the Clipboard as a String.

Example:
    ? StringToClipboard("This is a test.")
    True
    ? ClipboardToString()
    This is a test.
See also:
    StringToClipboard Function
    FileToString Function
    GetText Method (Visual Basic)
    Clipboard Object (Visual Basic)
Return value: Function returns an empty String ("") if there is no Text-format information on the Clipboard.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.