Well, better question would be whether it makes any sense. Repeating
MvIMPORT is certainly no problem, but it is rather inefficient and slow. I
cannot imagine any reason for importing the same file in the same scrip more
than once.
I'd tell that better would be parsing the needed information from the file
in a single pass, or storing the MvImported file into a variable, or into a
database. Instead of the slow MvImporting it again, you would then only
parse the data already available in the variable (or database)
Ivo
http://mivo.truxoft.com
-----Original Message-----
From: Bill Gilligan
Just an FYI - yes, it can be done.
Good ol' MvWhile.
Bill
=============================
Bill Gilligan
Gilligan On-Line
www.gilliganonline.com
850-233-8775
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Bill Gilligan
> Sent: Sunday, May 15, 2005 2:21 PM
> To: Miva Users
> Subject: [meu] Re-read an imported file?
>
> Is it possible to read an imported file, then relaod it to
> read again (a different section)?
>
> Bill
Comment