InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / PasteFromBuffer Method
int value 1 through 4 indicating the clipboard buffer to which data is copied.
In This Topic
    PasteFromBuffer Method (AlcScreen)
    In This Topic
    Pastes data from a specified clipboard buffer, if the specified buffer contains data. Ignored if an invalid bufferNum value is specified, or if the specified clipboard buffer does not contain data.
    Syntax
    expression.PasteFromBuffer( _
       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