Enumerate Text Dialog

The Enumerate Text is a specialty operation that gives the user the ability to enumerate textual lists like the example shown below:

 

     

 

The dialog provides the user with the ability to:

 

For more information on enumerating text please refer to the Enumerate Text topic in the section entitled "Working with Code Roar". The following figure shows the Enumerate Text dialog:

 

       

 

Accessibility:  From the Enumerate Selection menu option in the Text menu.

 

Description of Components

Component

Description

Prefix

 

A string that will be prefixed on the beginning of the enumerated value

Postfix

 

A string that will be appended after the enumerated value

Starting Index

 

The index that the enumeration will begin from.

Step

The increment or step used to enumerate values.

Placement

 

The placement of the enumeration may be at either the start or the end of the line.

Base

The base that is used to enumerate the values. This may be one of either decimal, hexadecimal, octal or binary.

Replace existing numbers

Replace any existing numbers when performing the enumeration.

Align numbers

If checked enumeration values will be neatly aligned.

Execute Button

The execute button starts the enumeration operation on the currently selected text.

Cancel Button

The cancel button aborts the enumeration operation and returns to the application.