home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set devi to screen
- tt=' '
- pp=' '
- @ 4,20 say "╟δ╩Σ╚δ╞≡╩╝╚╒╞┌" get tt pict '99/99/99'
- @ 5,26 say "╓╒╓╣╚╒╞┌" get pp pict '99/99/99'
- read
- tt1=tt
- pp1=pp
- tt=ctod(tt)
- pp=ctod(pp)
- clea
- @ 4,20 say "╒²╘┌╝╞╦πú¼╟δ╔╘║≥úí"
- set cons off
- sele 1
- if m='1'
- coun to x for tt<=sb10 .and. sb10<=pp
- else
- coun to x for &dd=sb .and. tt<=sb10 .and. sb10<=pp
- endif
- set cons on
- @ 4,20 say "│÷│º╚╒╞┌╘┌"+tt1+'---'+pp1+"╡─"+bt+"╔Φ▒╕╙╨"+str(x,5)+"╠¿"
- wait '░┤╚╬╥Γ╝ⁿ╖╡╗╪úí'
- retu
-
-