# iselect command

The iselect BASIC program selects all
of the item-IDs in the group that the specified item-ID hashes to,
using the item command.

This command is useful when dealing with file inconsistency
errors. It can be used to determine which items are in a particular
group, so that they may be copied out of the group.

Note: This
command is not supported on remote files.

## Syntax

```
iselect file.reference item-ID
```

## Example(s)

```
iselect md who
[404] 26 items selected out of 1 items.
```

## See also

- [Active list](https://d3codex.com/definitions/active-list/)
- [isselect command](https://d3codex.com/tcl/isselect-command/)

---
Source: https://d3codex.com/tcl/iselect-command/ - part of the D3Codex reference.
