jude
unread,Apr 29, 2012, 4:53:06 PM4/29/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Suppose I have some data files named t1.dat, t2.dat, t3.dat, etc.
I can read these into Maple using: A[1]:=Read("mydirectory/t1.dat"),
and so on.
Can this be done in a loop? Something like: for i to 10 do
A[i]:=Read(???...what could i put here) od;