12-57
Creating A Script File
RDPXY
Syntax:
RDPXY <variable> <row> <column> <count>
This causes the program to read a specified number of characters from the specified
row and column position in the display buffer and assign them to a previously
defined string variable. Note that the row and column position is relative to the
display buffer, not the current screen display. The top row in the display buffer
designated as row 0. For example, to read twenty characters beginning at row 3 and
column 18 and place them in the variable called
name
you would enter the
following:
rdpxy name 3 18 20
RDT
Syntax:
RDT <variable> <count>
This causes the program to read a specified number of characters from the current
cursor position (wherever it is in the display buffer) and assign them to a previously
defined variable. For example, to cause twelve characters from the cursor position to
be assigned to the variable called
name
you would enter the following:
rdt name 12
RDTXY
Syntax:
RDTXY <variable> <row> <column> <count>
This causes the program to read a specified number of characters from the specified
row and column position on the current screen display and assign them to a
previously defined string variable. Note that the row and column position is relative
to the current screen display, not the display buffer. The top row displayed on the
screen is designated as row 0.
For example, to read twenty characters beginning at row 3 and column 18 and place
them in the variable called
name
you would enter the following:
rdtxy name 3 18 20
REPLAY
Syntax:
REPLAY EMUL <filespec>
REPLAY HOST <filespec>
REPLAY CANCEL
The
replay
command is used to replay the contents of a file previously created using
the
capture
command. The replay can be directed to both the emulator and host
(
replay emul
) or just to the host (
replay host
). To cancel the replay, issue a
replay
cancel
command.
Содержание -05W
Страница 1: ...TeemTalk 05W 07W 11W User s Guide...
Страница 38: ...2 24 Getting Started Notes...
Страница 58: ...3 20 Keyboard Configuration Notes...
Страница 152: ...8 20 File Transfer Notes...
Страница 162: ...9 10 ICL FTF File Transfer Notes...
Страница 324: ...13 32 Dynamic Data Exchange Text1 i 12 LinkItem 0 i 80 Text1 i 12 LinkMode 1 Next i End If End Sub...
Страница 336: ...C 6 Key Reference Numbers Notes...
Страница 360: ...E 16 Host Command Summary Notes...
Страница 370: ...Index 10 Index X XMODEM 8 1 XMODEM 1K 8 1 Y YMODEM Batch 8 2 Z ZMODEM 8 2 Zoom Button 2 17...