
15.
CUSTOM MACRO
15.5
External Output Commands
(iii) EOB code is output by setting data
IS0
on the parameter screen after the
command data output.
(iv)
“vacant” variable is outputtable as 0.
(b) DPRNT
[a
#b
1
dl
c
. ..I....
1
0
i
(ii)
Number of digits
below decimal point
Number of digits
above
decimai
point
Variable
Character
When DPRNT is specified, characters and numeric characters and every
variable value digit are output by a code set by setting data
(ISO).
The description of the commands is same as in (i), (iii), (iv) of BPRNT
command.
For outputting variable values, specify the variabie number following number
of digits below the decimal point by parenthesizing these values.
Variable values are output by the specified number of digits, every digit
starting with a higher significant digit by a code set by setting data
(ISO).
The decimal point is also output by a code set by setting data
(ISO).
A variable value is regarded as being composed of a max.
8-digit
numeric
value.
If the higher significant digits are 0, they are not output when
parameter PRT (No.
6001#1)
= 1, and the space code is output when
PRT =
0.
Whenever the number of digits below the
decimal point is other than 0, the
numeric value below the decimal point is output.
When the number of digits
below the decimal point is 0, the decimal point is not output.
For the plus
(
+
)
code in case of a positive sign, the space code is output
when parameter PRT (No.
6OOl#l)
=0, but no code is output when
PRT=l.
(Example 1)
BPRNT
[C”x#lOO
[3]
YHOl
[3]
M#lO
[0]
]
Variable value
#I
00 = 0.40956
#lOl=
-
1638.4
#lo=
12.34
LF
12
(oooooooc)
M
-1638400
(FFE70000)
Y
110
(0000019A)
X
space
C
I-104