Name

rms.list — List available record store names, or id's for a name.

Synopsis

rms.list [rsname]

Description

The rms.list command, when called without arguments, returns a list of names of the available record stores that have already been created. When called with an record store name returns the list of id's that are currently in use for that record store.

Example

foreach name [rs.list] {
    puts "Listing of id's for $name :"
    puts [rs.list $name]
}
	  

Produces:

yyy