Reference Guide
3-170 Full Command and Function Reference
Input/Output: None
PIX?
Type: Command
Description: Pixel On? Command: Tests whether the specified pixel in PICT is on; returns 1 (true) if the pixel
is on, and 0 (false) if the pixel is off.
Access: !° L
PICT
L
PIX
?
( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
(x,y)
→
0/1
{ #n #m }
→
0/1
See also: PIXON, PIXOFF
PIXOFF
Type: Command
Description: Pixel Off Command: Turns off the pixel at the specified coordinate in PICT.
Access: !°L
PICT
L
PIXOFF
( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
(x,y)
→
{ #n #m }
→
See also: PIXON, PIX?
PIXON
Type: Command
Description: Pixel On Command: Turns on the pixel at the specified coordinate in PICT.
Access: !°L
PICT
L
PIXON
( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
(x,y)
→
{ #n #m }
→
See also: PIXOFF, PIX?
PKT
Type: Command
Description: Packet Command: Used to send command “packets” (and receive requested data) to a Kermit
server.
To send calculator objects, use SEND.
PKT allows additional commands to be sent to a Kermit server.
The packet data, packet type, and the response to the packet transmission are all in string form.
PKT first does an I (initialization) packet exchange with the Kermit server, then sends the server a
packet constructed from the data and packet-type arguments supplied to PKT. The response to
PKT will be either an acknowledging string (possibly blank) or an error packet (see KERRM).
For the type argument, only the first letter is significant.
Access: …µ
PKT