# isselect command

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

## Syntax

```
isselect file.reference item-ID
```

## Example(s)

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

## See also

- [iselect command](https://d3codex.com/tcl/iselect-command/)

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