Yves and Klaus, Thanks for the solution. It works great.
Bill On Tuesday, February 26, 2002, at 11:51 AM, yves COPPE wrote: >> I would like to move selections from one field to another. What I have >> written is to simply show both list fields and clicking a line in one >> field adds the information to the other with the following script: >> >> on mouseUp >> put return & the selectedText after field "groups" >> end mouseUp >> >> It works but then leaves the selectedText hilited. If I selected >> another line then all of the selectedText lines copy again so there >> are duplicates. How can I deselect the selecttedText? > > Set the hilitedlines of me to "0" > > > -- Greetings. > > Yves COPPE > > Email : [EMAIL PROTECTED] > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
