Table of Contents


NAME

unique-command-name - find unique name for a command, beginning with prefix (Decida Procedure)

USAGE

          unique-command-name prefix

ARGUMENTS

prefix command prefix

RESULTS

Returns unique, unused command name, starting with prefix, and ending with _d, if necessary, where d is an integer.

EXAMPLE-CALL

             set window [unique-command-name .plot]

AUTHOR

Richard Booth

Table of Contents