
Example 10 DIM Set$[1100]
20 OUTPUT 707; ":SEQ:SETUP? MASK,1"
30 ENTER 707 USING "-K"; Set$
40 PAUSE
50 OUTPUT 707; ":SEQ:SETUP MASK,1,"; Set$
60 END
-K is an HP BASIC image specifier which places the block data in a string,
including carriage returns and line feeds until EOI is true or when the
dimensioned length of the string is reached.
Test Sequencing Programming
:SEQuence:SETup
95
Komentáře k této Příručce