Re: Use of names
- To: mathgroup at smc.vnet.net
- Subject: [mg99940] Re: Use of names
- From: sigismond kmiecik <sigismond.kmiecik at wanadoo.fr>
- Date: Tue, 19 May 2009 07:01:37 -0400 (EDT)
- References: <gurcm1$gt8$1@smc.vnet.net>
Here is a a way to do that after having set your directory to the
library containing all these files:
Nomsfichiers = FileNames[]
Do [im[[t]] = Import[Nomsfichiers[[t]]]
, {t, Length[Nomsfichiers]}]
Regards
Sigismond Kmiecik