Tandy 1000 Basic Reference Manual page 280

Hide thumbs Also See for 1000:
Table of Contents

Advertisement

Chapter 10
I
BASIC Ke,ywords
You can write files i n a carefully controlled format using
PRINT# USING. You also can use this option to control how
many characters of a value are written to disk.
For example, suppose
A$
=
"LUDWIG',
B$
=
"VAN", and
C $
=
"BEETHOVEN'. Then the statement:
P R I N T # 1 , U S I N G " ! . !
. \ M M \ " ; A $ ; B $ ; C $
writes the data in nickname form:
L
.
V . B E E T
(In this case, we did not want to add any explicit delimiters.) See
PRINT USING for more information on the USING option.
278

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents