PASTE

Top  Previous  Next

S

A

W

WS

ü

ü

The following commands have been implemented in EMUEScript exactly as they are implemented in OLIE™:

 

Syntax -

Paste <value> <row> <column>

       Where:

       <value> is a variable, literal string, or a number

       <row> is a number or a variable containing a numeric value

       <column> is a number or a variable containing a numeric value

 

Description:

This command is used to enter a value specified by <value> onto the terminal screen at position <row>, <column>.

 

This command can be built with an option in the context menu on the terminal screen.  By selecting the "Insert Paste Command" option from the context (right-click) menu, a Paste command will be built based on the current terminal cursor position and will be inserted into the editor where the editor cursor is.

 

Sample:

       The following statement uses the Paste command to type a case number onto the screen at position15, 10.

Paste CaseNo 15 10

 

See Also:

EraseAndPaste