AMSTRAD CPC464 User Manual page 165

Cpc464 colour personal computer 64k
Hide thumbs Also See for CPC464:
Table of Contents

Advertisement

POKE
P O K E < a d d r e s s e x p r e s s i o n > , < i n t e g e r e x p r e s s i o n >
P O K E & 0 0 F F , 1 0
COMMAND: Provides direct access to the machine memory, and loads the <integer expression> in
the range 0....255 directly at the address specified. Not to be used by the unwary.
Associated keywords: PEEK
POS
P O S ( # < s t r e a m e x p r e s s i o n > )
P R I N T P O S ( # O )
1
FUNCTION: Establishes the current position for a given stream. In this instance there is no default
for <stream expression>, and omitting it will result in a Syntax error message.
Screen: Returns the current ' X' co-ordinate of the text cursor, relative to the current window origin.
The top left corner is represented as 1,1.
Printer: Returns the carriage position, where 1 is the left margin. All characters with ASCII
reference numbers greater than &lF (31) are included.
Cassette output stream: As for the printer.
Associated keywords: VPOS
PRINT
P R I N T
[ # < s t r e a m
e x p r e s s i o n > , ] [ < p r i n t
l i s t > ] [ < U S I N G
c l a u s e > ] [ < s e p e r a t o r > ]
P R I N T # 0 , " a b c "
COMMAND: For a full explanation of PRINT, see page 54 of this chapter.
Associated keywords: USING, TAB, SPC

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents