Subversion Repositories wimsdev

Rev

Rev 7043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7043 Rev 7044
Line 74... Line 74...
74
 !next i
74
 !next i
75
 gotw=!sort reverse numeric lines $w_
75
 gotw=!sort reverse numeric lines $w_
76
 gotm=!line $wims_sort_order of $gotm
76
 gotm=!line $wims_sort_order of $gotm
77
 gotm=!line 1 to $gotlim2 of $gotm
77
 gotm=!line 1 to $gotlim2 of $gotm
78
 gotcnt=!linecnt $gotm
78
 gotcnt=!linecnt $gotm
79
 !if $gotcnt=$gotlim2
-
 
80
   warning=yes
-
 
81
!endif
79
!endif
82
 
-