ListDialog.ListItem
-------------------

Queries the text displayed for the given index.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [ListDialog](component_ListDialog.md) | [4.2](newinversion42.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |

MBS( "ListDialog.ListItem"; Index ) 

**MBS**( **"ListDialog.ListItem";** /\* Queries the text displayed for the given index. \*/  
**$Index**) /\* The index from 0 to [ListDialog.ListCount](ListDialogListCount.md)-1. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Index | The index from 0 to [ListDialog.ListCount](ListDialogListCount.md)-1. | $index |

### Result

Returns text.

### Description

Queries the text displayed for the given index.  
### See also

- [ListDialog.ListCount](ListDialogListCount.md)
- [ListDialog.ListTag](ListDialogListTag.md)

This function is free to use.

Created 18th August 2014 , last changed 18th August 2014

  
[ListDialog.ListCount](ListDialogListCount.md) - [ListDialog.ListTag](ListDialogListTag.md)

[HTML Version](ListDialogListItem.shtml)