[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WinSetClip()
Sets the win 3 clipboard with a specified value
Syntax:
WinSetClip( cClip ) -> lOk
cClip : The value to insert in the win 3 clipboard
Description:
Sets the content of the win 3 clipboard if windows is running.
Return:
A logic value indicating if an error is found.
Example:
If WinOpenClip()
WinSetClip( "This a text" )
WinCloseClip()
EndIf
See Also:
WinClipSize()
WinOpenClip()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson