Problem with loop of array elements

Jim Ault JimAultWins at yahoo.com
Tue Nov 15 11:30:35 EST 2005


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





More information about the use-livecode mailing list