Subversion Repositories wimsdev

Rev

Rev 11428 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11292 bpr 1
``numlist'' can be a single integer, a comma-separated list of
32 reyssat 2
integers, or a range of integers.
17228 bpr 3
<br>
32 reyssat 4
A positive integer denotes the number of $numlist_type in $numlist_str
5
counted from the beginning,
11292 bpr 6
with ``1'' corresponding to the first
11210 bpr 7
$numlist_type. A negative integer denotes the number of $numlist_type from
11292 bpr 8
the end of $numlist_str: ``-1''
9
means the last $numlist_type, ``-2'' means
32 reyssat 10
the next-to-last $numlist_type, etc. <p>
11
The syntax for a range of integers is
11428 bpr 12
``n1'' to ``n2''.
13
For example, ``2'' to ``-2''
32 reyssat 14
means the whole $numlist_str except the first
11210 bpr 15
and the last $(numlist_type)s.
5920 bpr 16
</p>