Radio Shack TRS-80 PC-3 Owner's Manual page 287

Table of Contents

Advertisement

ADDENDUM
Cat. No. 26-3590
1. With the PC-3, you can use an array as a first element for a two dimensional array.
An array as a second element will not work.
Example:
B (C (0), 5) - - OK
B (5, C
(0)) - -
NO
There is one exception. If the inner array is "A(
)", it can be used as the second element
of the two dimensional array.
2.
When the decimal places as set by the statement "USING" and the number to be dis-
played or printed becomes
0,
the last
0
is dropped.
Example:
If decimal places are set with USING
"##. # ";
If A
==
0.1, 0.1
will be displayed
If
A
==
0.01, 0 will be displayed instead of
0.0
One way you can get around this result is to use a program such as the following:
111 USING
"##.#"
211 IF A
<
11.1 THEN PRINT USING
"##.##" ;
A/10: GOTO 40
38 PRINT A
411 - - - - - -
3. In the Reserve mode, do not press
IENTERI
whenever "TO" is used in a character string
(GOTO is ok). The contents of the Reserve mode will change if
IENTERJ
is pressed.
ftadlo/baek
Fort Worth, TX 76102
292

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents