
B-63943EN-2/01 6.MACRO EXECUTOR FUNCTION
- 143 -
6.1.3.6 Drawing line type specification (G244)
This code specifies the type of the line segment to be drawn by linear
or circular drawing.
Format
G244 Pp ;
P=0 : Solid line
=1 : Broken line
=2 : Alternate long and short dash line
=3 : Alternate long and two short dashes line
=4 : Erasure
=5 : Dotted line
NOTE
1 This code is disabled when bit 4 (NVGA) of compile
parameter (No. 9167) is set to 1.
2 Solid line is automatically assumed when the
graphic screen clear code (G202) is issued.
6.1.3.7 Prompt statement display (G280)
A prompt statement is a statement that prompts input. In character
string input mode (data input control variable #8502 is equal to 3), a
prompt statement of up to 39 characters can be displayed on the key
input line.
The character string can be specified in the same way as with G243.
Format
G280 Cc Kk Pp Qq ( _ ) ( ‘_ ‘) (*_*) ;
C : Character code. (See the explanation of G243.)
K : Number of spaces. (See the explanation of G243.)
P : Number of the sequence containing a character string. (See
the explanation of G243.)
( _ ) : Character string to be displayed. (See the explanation of G243)
( ‘_ ‘) : Character string to be displayed. (See the explanation of G243)
(*_*) : Character string to be displayed. (See the explanation of G243)
NOTE
1 G280 is a one-shot G code, which means that the
code is effective only in the block in which it is
specified.
2 If a prompt statement is displayed with multiple
addresses, a single space is automatically inserted
between the character string displayed with one
address and that displayed with another.