home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global xseccion, xuactivo, xlpasadas, xnumpasadas
- set a to EMPTY
- if xnumpasadas > 0 then
- sort(xlpasadas)
- repeat with i in xlpasadas
- set a to a & i & ","
- end repeat
- set a to chars(a, 1, length(a) - 1)
- User.Passed.Set(xseccion, a)
- else
- end if
- quit()
- end
-