ReadVarFromLocation "Variable", Row, Column, Length
Transmits the terminal data as a variable to the specified row and column coordinates. Use the CursorRow and CursorColumn properties to verify the cursor location.
Variable | Select a variable to be represented as the value of the terminal data entered into the specified location on the screen. |
Row | Argument type: Integer |
The row to which the cursor is to be moved. The minimum value is 1 (row 1 is the first row). The maximum value varies according to the number of rows supported by the terminal model the Design Tool is emulating. | |
Col | Argument type: Integer |
The column to which the cursor is to be moved. The minimum value is 1 (column 1 is the first column). The maximum value varies according to the number of rows supported by the terminal model the Design Tool is emulating. | |
Length | Argument type: Integer |
Transmits the length of the variable to the row and column coordinates specified above. | |
© 1999-2007 Attachmate Corporation. All rights reserved. Terms of Use.