opselect expression function

Returns a list of the selected nodes.

All Usage Examples

See also: opselectrecurse, opflag

Usage

opselect(network)

Returns a string with a space separated list of the selected nodes in the given network.

Examples

echo `opselect("/obj")`

Returns “geo1 geo2”.