...
JavaScript |
---|
function GetString(row, column, screen, charsToCopy); |
Parameters
row Type: System..::.Int32Screen Int32
Screen row where the copy is to start.
column Type: System..::.Int32Screen Int32
Screen column where the copy is to start.
screen Type: System..::.String %Buffer
Buffer for screen contents.
charsToCopy Type: System..::.Int32Number Int32
Number of characters to copy.
Return Value
...