Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 11427 → Rev 11428

/trunk/wims/public_html/modules/help/wimsdoc.en/cmd/numlist
1,12 → 1,3
!if $numlist_type=record
!set numlist_str=``fname''
!else
!set numlist_str=``string''
!endif
!if $numlist_type=char
!set numlist_type=character
!endif
 
``numlist'' can be a single integer, a comma-separated list of
integers, or a range of integers.
<br/>
18,8 → 9,8
means the last $numlist_type, ``-2'' means
the next-to-last $numlist_type, etc. <p>
The syntax for a range of integers is
``n1 to n2''
For example, ``2 to -2''
``n1'' to ``n2''.
For example, ``2'' to ``-2''
means the whole $numlist_str except the first
and the last $(numlist_type)s.
</p>