Denso RC5 Especificações Página 518

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 692
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 517
16-4
FALSE (Built-in constant)
Function
Sets a value of false (0) to a Boolean value.
Format
FALSE
Explanation
This statement sets a value of false (0) to a Boolean value in an expression.
Related Terms
TRUE
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
Vista de página 517
1 2 ... 513 514 515 516 517 518 519 520 521 522 523 ... 691 692

Comentários a estes Manuais

Sem comentários