InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / CopyToBuffer Method
int value 1 through 4 indicating the clipboard buffer to which data is copied.
In This Topic
    CopyToBuffer Method (AlcScreen)
    In This Topic
    Copies selected text to one of 4 clipboard buffers. If an invalid bufferNum value is specified, the request is ignored.
    Syntax
    expression.CopyToBuffer( _
       ByVal bufferNum As Integer _
    ) 
    where expression is a variable that represents a AlcScreen Object

    Parameters

    bufferNum
    int value 1 through 4 indicating the clipboard buffer to which data is copied.
    See Also