| Author |
Comment/Response |
Vassilis
|
09/19/06 09:55am
Hi there,
I have a simple question: I want to create N empty lists named List1, List2,... , ListN. Is there an automated way of doing it, using perhaps a For[] loop?
I've tried For[i=1,i<=N,List<>ToString[i]={};i++]
but it doesn't work.
Any help will be appreciated!
Vassilis
URL: , |
|