Denso RC5 Spezifikationen Seite 519

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 518
Chapter 16 Constants
16-5
TRUE (Built-in constant)
Function
Sets a value of true (1) to a Boolean value.
Format
TRUE
Explanation
This statement sets a value of true (1) to a Boolean value.
Related Terms
FALSE
Example
1F I1 = TRUE THEN 'Sets the Boolean value to true (1).
I1 = ON 'Sets ON(1) to the integer type variable.
ELSEIF I1 = FALSE THEN 'Sets the Boolean value to true (1).
I1 = OFF 'Sets OFF(0) to the integer type variable.
ELSE
D1 = PI 'Assigns π to the real type variable.
ENDIF
Seitenansicht 518
1 2 ... 514 515 516 517 518 519 520 521 522 523 524 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare