On 11/15/05 6:58 AM, "Thomas Fischer" <fischer at mail.sub.uni-goettingen.de>
wrote:
> open file theSearchFile
> read from file theSearchFile until end
> close file theSearchFile
> put it into theSearchResult
Suggestion: instead of these 4 lines, consider
put url ("file:/" & theSearchFile) into theSearchResult
Jim Ault
Las Vegas