Table of Contents


NAME

unique-file-name - find unique file name, beginning with prefix (Decida Procedure)

USAGE

          unique-file-name prefix

ARGUMENTS

prefix filename prefix

RESULTS

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

EXAMPLE-CALL

             set window [unique-file-name plot]

AUTHOR

Richard Booth

Table of Contents