On Sun, 01 Oct 2000, you wrote:
> Let suppose this rule:
> 12 [thru "<table>" copy text to "</table>"]
>
> How to modify the syntax if you want to do it not 12 times but only the
> 12th time ?
Not tested but...
counter: 0
tables: []
parse mypage [some [thru "<table> copy text to "</table>"
(if (counter // 12) = 0 [append tables text]
counter: counter + 1)
]
]
>
> Thanks
- [REBOL] Find problem from ports ptretter
- [REBOL] Find problem from ports Re: jsc
- [REBOL] Find problem from ports Re:(2) ptretter
- [REBOL] Find problem from ports Re:(3) jsc
- [REBOL] Find problem from ports Re:(... ptretter
- [REBOL] Repeat pattern youpi . technologies
- [REBOL] Repeat pattern Re:(... jsc
- [REBOL] Repeat pattern ... youpi . technologies
- [REBOL] Re: Repeat patt... rebol
