|
The records in a uBASE database are ordered arbitrarily. ubase.getPrevRecord is part of a method for visiting each record in a database.
If key identifies the first record in the database, this verb returns the empty string.
If key does not identify any record in the database, this verb either returns the key for some record in the database, or returns the empty string. What will be returned is not readily predictable for any given missing key (it is not random, however).
This verb is not used as often as ubase.getNextRecord.
|