It is a lack of copy.

        global/findstr: copy search-text

or

        find-country copy country-find/text 

Anton.

> Hi all,
> 
> currently I am developing a small application that displays flags from 
> all over the world off a website.
> There is also a search option, in order to search for (a part of) a 
> countryname.
> 
> The REBOL/View version I use is 1.2.46.3.1.
> 
> I have built in some print statements for debugging purposes and to show 
> the problem exactly.
> 
> Example session:
>     1. start the app
>     2. fill out the search field named "country-find" with the text "ur"
>     3. click the "Find (next)" button
>     4. change the contents of the search field named "country-find" to 
> the text "ne"
> 
> When you look at the displayed lines, you see (among others):
>     Right after push Find (next) button:
>        global/findstr=(ne)
>        country-find/text=(ne)
> 
> Apparently global/findstr has changed somewhere between the last hit and 
> the press of the "Find (next)" button.
> However, there is only one place where global/findstr is being changed  
> AFAIK!
> 
> It was my intention that global/findstr would contain the PREVIOUS 
> searchstring.
> 
> Please see the attached app
> 
> Any ideas?
> 
> TIA
> 
> With kind regards,
>     Arie van Wingerden

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to