Creat File names from List
Posted: Fri Oct 15, 2010 2:40 pm
Maybe this can be done and I haven't figured it out.
I have a list of say car models. I want to input each model individually into a specific file in a specific place and output each file with the model as the file name. ie if there are 100 models then there would be 100 files output, each with the specific file name inside a specific place in the file.
eg, target file content = This is a {input variable from list}
one model in the list is Corrolla.
output:
File content = This is a Corolla.
File name = Corolla.htm
next model in the list is Landcruiser.
output:
File content = This is a Landcruiser.
File name = Landcruiser.htm
I hope this makes sense. Can it be done? If not, it owuld be a usedful feature 9for me in any case!)
Tony.
I have a list of say car models. I want to input each model individually into a specific file in a specific place and output each file with the model as the file name. ie if there are 100 models then there would be 100 files output, each with the specific file name inside a specific place in the file.
eg, target file content = This is a {input variable from list}
one model in the list is Corrolla.
output:
File content = This is a Corolla.
File name = Corolla.htm
next model in the list is Landcruiser.
output:
File content = This is a Landcruiser.
File name = Landcruiser.htm
I hope this makes sense. Can it be done? If not, it owuld be a usedful feature 9for me in any case!)
Tony.