Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using App Connections
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

not

not

The not function accepts a sequence of items, from which it calculates the effective boolean value of the sequence as a whole before negating it.

Syntax

fn:not(arg)
The following table describes the argument for this command:
Argument
Required/ Optional
Description
arg
Required
The boolean expression you want to negate. This can be a boolean value or
None
.

Return Value

The
$arg
is first reduced to an effective boolean value by applying the
fn:boolean()
function. Returns
true
if the effective boolean value is false or None, and false if the effective boolean value is true.

Examples

The following table lists some sample values and return values:
SAMPLE FUNCTION
OUTPUT
fn:not(true())
false
fn:not(false())
true
fn:not(())
true
fn:not('')
true
fn:not(0)
true
fn:not(<e>false</e>)
false

0 COMMENTS

We’d like to hear from you!