On 11/15/05 6:58 AM, "Thomas Fischer" <[EMAIL PROTECTED]>
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


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to