Copy Method
Description
Copies the Items in a Named List to the clipboard (optionally deleting the existing Items, i.e. Cut instead of Copy.)
Syntax
Visual Basic |
---|
Public Function Copy( _ ByVal list As String, _ ByVal bDelete As Integer _ ) As Integer |
Parameters
- list
- The Named List whose Items are to be copied.
- bDelete
-
True The command can be executed. False The command cannot be executed.
Remarks
Available: D OD OM OV
Groups:
Example
sis.Copy ("FoundItems", False)
copies all the items in the list FoundItems to the clipboard.