dynamic string names



Hello,
  I have some date files which are created at run time in a certain
  script, and I would like to plot them with their titles.

I don't see how to dynamically create titles for things like

plot_option: [gnuplot_curve_titles, [["title 'a'","title 'b'"]];

What I don't see how to do is make the strings 'a' and 'b' at run time
and put their names in the above command.  The problem is hiding and
creating the quotes.

I would like to do something like

f(q):= " 'q' ";

then type

f(p);

and have it print

" 'p' "

instead of

" 'q' "

Any ideas will be appreciated.

TIA,
  -sen

-- 
  ---------------------------------------------------------------------------
  | Sheldon E. Newhouse            |    e-mail: sen1 at math.msu.edu           |
  | Mathematics Department         |       				   |
  | Michigan State University      | telephone: 517-355-9684                |
  | E. Lansing, MI 48824-1027 USA  |       FAX: 517-432-1562                |
  ---------------------------------------------------------------------------