At 12:23 PM -0800 1/23/03, mark mitchell wrote: >I want to find an item in a container, but only whole matches. Then I >want to delete the LINE which contains that item. So I need that line >number information. I know you can get this with the FoundLine, but is >there any way to get it using offset? Since I need whole matches to an >item, I cannot use 'lineOffset' but must use 'itemOffset'. So is there >anyway to convert from item number to a line number of a container?
set the wholeMatches to true put itemOffset(whatToFind,theContainer) into myItemNumber put the number of lines in (item 1 to myItemNumber of theContainer) \ into theItemLine -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - The Solution for Software Development http://www.runrev.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
