listIndex

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the listIndex of <line> of <field> to <index>
Associationsfield
Summary

Sets the index for a paragraph when an (ordered) listStyle is set .

Introduced6.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
index

The index of a paragraph

Example
set the listIndex of line 1 of field 1 to 4
Values
NameTypeDescription
Value

The listIndex of a line of a field returns the index of the paragraph. This translates to htmlText via the 'value' attribute on <li> tags.

RelatedProperty: listDepth, listStyle, listBehavior, textSize, formattedText
Description

Use the listIndex property to set the index of a paragraph when an (ordered) list style is set.

Tagsui