Thanks François

This did the trick!
To get the interval 20 to 25, I have to write (index>19) &&
(index<25)  - But it works exactly as I hoped...

YS Måns Mårtensson

On 20 Aug., 14:22, François D <[email protected]> wrote:
> Hello,
>
> Perhaps something like :
>
> (index>20) && (index<25)
>
> FrD
>
> On 20 août, 11:22, Måns <[email protected]> wrote:
>
>
>
> > Sorry it should say "I know how to limit the output to be 1-5 like
> > this:
> > (index < 5)? "
>
> > On 20 Aug., 11:20, Måns <[email protected]> wrote:
>
> > > Hi TwWizards
>
> > > I need to be able to produce fETlists with selected output.
> > > How do I "grab" f.ex. index nr 20 to nr 25?
>
> > > I know how to limit the output to be 1-5 like this:
>
> > > (index < 25)?
>
> > > and start the output from an indexnumber like this:
>
> > > (index > 5)?
>
> > > However I don't know how to let the fET produce an exact interval -
> > > like: from index nr 20 to nr 25
>
> > > (index > 20  < 25)? (this doesn't work..)
>
> > > Please enlighten me ...
>
> > > YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to