InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / PasteFromBuffer Method
int value 1 through 4 indicating the clipboard buffer to which data is copied.
In This Topic
    PasteFromBuffer Method (T27Screen)
    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 T27Screen Object

    Parameters

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