change item

Examples


The change item statement changes the text for an item in a menu or a list field. List fields include list boxes, multi-select list boxes, combo boxes, drop-down lists, button drop lists and visual switches.

Syntax

change item number of [field|menu] name to string_expression

Parameters

number – An integer indicating the position of the item in the menu or field for which the text will be changed.

name – The name of the field or menu for which an item is being changed.

string_expression – The string you want to use for the item.

Comments

Grouped menu items that the application inherited, such as the Clipboard menu items Cut, Copy and Paste, should not be counted when determining the position of a menu item for use in the number parameter.


Documentation Feedback