On Sun, Aug 22, 2010 at 3:45 AM, Robert Mann <[email protected]> wrote: > > > Trevor DeVore wrote: >> >> dispatch "FindLine" to group "DataGrid" with "MyColumn", "String To >> Find" >> put the result into theLine >> > > Coming back to it... ok this gives me the line, then I can scroll that line > in view. > > but when there are several occurences of the searchedString, the result > outputs only the first line. > > Is there a way to get all lines??? Thanks > > [trying to implement a dgFind function that works like the runrev find > (showing with a rectangle the foundChunk and bouncing to next occurence... ) > if anybody has it already.. share it on revOnline please!]
Hi Robert, The FindLine command only returns the number of the first line found as result. To return all the lines found, you have to develop your own find command. Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc _______________________________________________ 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
