Question: Replace exporting file names

Hi, I'm new to Maple 10 and have a quick question. I am generating a whole load of numbers which I am writing out to files using the ExportVector command. I want to run the worksheet many times and replace the numbers in the file names each time. I have 80 file names each time and wanted to do this via the Find/Replace command but it only seems to find text rather than command inputs. My worksheet looks like this: > ExportVector("out_geg2.k015.e10_1n1.m", ans1a, target = Matlab, format = rectangular, transpose = false); > ExportVector("out_geg4.k015.e10_1n1.m", ans2a, target = Matlab, format = rectangular, transpose = false); > ExportVector("out_geg6.k015.e10_1n1.m", ans3a, target = Matlab, format = rectangular, transpose = false); > ExportVector("out_exp.k015.e10_1n1.m", ans4a, target = Matlab, format = rectangular, transpose = false); Where I am using execution groups with 2d maths input. Could someone please let me know why the Find/Replace command doesn't find the numbers in the file names and how to get around this? Thank you Dean
Please Wait...