Address Masks

To group addresses by mask, use * and # characters
1:*/*.*
all Zone 1 addresses
2:46*/*.*
all Zone 2 networks whose numbers begin with 46
2:50/#
all Zone 2 Region 50 including 2:60* if so specified in nodelist
2:469/*
the same as 2:469/*.* - all nodes and points of Net 2:469
2:469/*.0
all 3D nodes of Net 2:469 (without points)
2:469/15.#
all subnodes of hub 2:469/15 with their points
2*:50*/10*
all nodes and points, whose Zone numbers begin with 2 (e.g. 2, 21, 228), Net numbers begin with 50 (e.g. 50,5030,501,5020,5079), and node numbers begin with 10 (e.g. 10, 101, 100, 1034). For example, address 21:501/1034 fits to these criteria.
*:*/*
all addresses

Address masks support
regular expressions, also.

The CHM file was converted to HTML by chm2web software.