Denso Power Net Terminal BHT-103 Spécifications Page 305

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 577
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 304
297
Syntax:
PRINT #filenumber[,data[CR/LFcontrol...]]
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:
PRINT # outputs a numeric value or a character string specified by data to a com-
munications 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.)
File I/O statement
PRINT #
Outputs data to a communications device file.
Vue de la page 304
1 2 ... 300 301 302 303 304 305 306 307 308 309 310 ... 576 577

Commentaires sur ces manuels

Pas de commentaire