Denso BHT-200QW Specifikace Strana 270

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 587
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 269
262
____________________________________________________________________
File I/O statement
PRINT #
Outputs data to a communications device file.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
PRINT #filenumber[,data[CR/LFcontrol...]]
Parameter:
Parameter:Parameter:
Parameter:
filenumber
A numeric expression which returns a value from 1 to 16.
data
A numeric or string expression.
CR/LFcontrol
A comma (,) or a semicolon (;).
Description:
Description:Description:
Description:
PRINT # outputs a numeric value or a character string specified by data to a
communications device file specified by filenumber.
filenumber
filenumber is a communications device file number assigned when the file is opened.
CR/LFcontrol
• If CR/LFcontrol is a comma (,), the PRINT # statement pads data with spaces so that
the number of data bytes becomes a least multiple of 8, before outputting the data.
Statement example: PRINT #1,"ABC","123"
Output: ABC_ _ _ _ _123 CR LF ("_" denotes a space.)
Zobrazit stránku 269
1 2 ... 265 266 267 268 269 270 271 272 273 274 275 ... 586 587

Komentáře k této Příručce

Žádné komentáře