Denso RC5 Specifikace Strana 515

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 692
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 514
Chapter 16 Constants
16-1
16.1 Built-in Constants
OFF (Built-in Constant)
Function
Sets an OFF (0) value.
Format
OFF
Explanation
This statement sets an OFF (0) value in an expression.
Related Terms
ON
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
Zobrazit stránku 514
1 2 ... 510 511 512 513 514 515 516 517 518 519 520 ... 691 692

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

Žádné komentáře