Question: Create multiple files with a loop

Good morning everyone

I have a question concerning Maple file output. Is there a way, that I can produce multiple files with Maple using a loop? My main problem is how to get Maple to create files with different names, like file1.txt -> file2.txt -> file3.txt ..... because so far i figured, that

fopen("file[i].txt",WRITE) , with i beeing the loop index

does not work :)

Thank you for any help

 

Karl

Please Wait...