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

reverse

reverse

Reverses the order of items in a sequence.

Syntax

fn:reverse(arg)
The following table describes the argument for this command:
Argument
Required/Optional
Description
arg
Required
Any character value. Value you want to reverse.

Return Value

String. Reverse of the input value. If
$arg
is the empty sequence, the empty sequence is returned.

Example

The following expression reverses the numbers of the customer code:
fn:reverse( CUSTOMER_CODE )
CUSTOMER_CODE
RETURN VALUE
0001
1
0002
2
0003
3
0004
4
(())
()

0 COMMENTS

We’d like to hear from you!