Spaces; Spc; Speed Ink - AMSTRAD cpc 6128 User Instruction

Integrated computer/disc system
Hide thumbs Also See for cpc 6128:
Table of Contents

Advertisement

SPACES
SPA C E
$ (
<integer expression»
10 MODE 1
20 PRINT "Put 9 spaces between me";
30 PRINT SPACE$(9);
40 PRINT "and you!"
run
FUNCTION: Creates a string of spaces of the given length, (in the range 0 to 255)
specified in the <integer expression>.
Associated keywords: S PC, S T R I N G $, TA 8
SPC
(See P R I N T S PC)
SPEED INK
S P E E
DIN
K <period 1> , <period 2>
10 BORDER 7,18
20 FOR i=30 TO 1 STEP-1
30 SPEED INK i,i
40 FOR t=1 TO 700:NEXT t,i
run
COMMAND: Sets the rate of alternation between two ink colours specified in an
INK
or 80 R D E R command. <period 1> specifies the time, in units of 0.02 (fiftieths) second
for the first colour to be used; <period 2> sets the time for the second colour.
You must exercise careful judgement to avoid mesmeric effects when selecting
colours and repeat rates!
Associated keywords: 80 R
D
ER,
INK
Complete List of Keywords
Chapter 3 Page 75

Advertisement

Table of Contents
loading

Table of Contents