```
the [adjective] name of object
the [long] name of HyperCard
set [the] name of object to text
set [the] name of [menuItem of] menu ¬
to text
get [the] [English] name of ¬
[menuItem of] menu
```
The name property returns or sets the name of an object, menu item, or menu. If the element doesn't have a name, the name returns the ID of the object instead.
the long name of HyperCard returns the full path to HyperCard:
`myDisk:Desktop Folder:HyperCard Folder:HyperCard`
You can use the adjective English to determine the names of menus and menu items if you're using a localized version of HyperCard:
```
if the English name of menuItem 5 ¬
of menu "Edit" is "Paste"...
```
The adjectives abbreviated, long, and short return various forms of an object’s name (click Demo Script to see examples).
Note: the abbreviated name is the same as the name.