home *** CD-ROM | disk | FTP | other *** search
- *╠φ╝╙╫╙│╠╨≥:╠φ╝╙.PRG
- use a:gz
- set talk off
- c=' '
- b=.t.
- clear
- @ 4,30 say '╠φ╝╙╣ñ╫╩╝╞┬╝╣ª─▄╟σ╡Ñ'
- @ 5,30 say '===================='
- @ 7,28 say '╫╖╝╙╣ñ╫╩╝╞┬╝-----------1'
- @ 09,28 say '▓σ╚δ╣ñ╫╩╝╞┬╝-----------2'
- @ 11,28 say '═╦│÷-------------------3'
- @ 14,28 say '╟δ╩Σ╚δ─·╥¬╤í╘±╡─╣ª─▄▒α║┼' get c
- read
- do case
- case c='1'
- append
- case c='2'
- bh=0
- clear
- do while b
- store .t. to bb1
- do while bb1
- ?
- input '─·╥¬╘┌╩▓├┤▒α║┼║≤▓σ╚δ: ' to bh
- go bh
- ?
- if ▓┐├┼='═╦╨▌'
- list next 1 ╨╒├√,╦∙╙╨╓╞,▓┐├┼ for bh=▒α║┼
- endif
- if ▓┐├┼<>'═╦╨▌'
- list next 1 ╨╒├√,╦∙╙╨╓╞,▓┐├┼,░α╫Θ,╣ñ╓╓ for bh=▒α║┼
- endif
- ?
- accept '╘┌╔╧├µ╨╒├√║≤▓σ╚δ╢╘┬≡(y/n)? ' to bb2
- if bb2='y'.or.bb2='Y'
- bb1=.f.
- endif
- enddo
- insert
- replace all ▒α║┼ with ▒α║┼+1 for ▒α║┼>bh
- bh1=bh+1
- go bh1
- replace next 1 ▒α║┼ with ▒α║┼-1
- accept '╩╟╖±╗╣╥¬╝╠╨°▓σ╚δ(y/n)? ' to d
- if d='n'.or.d='N'
- b=.f.
- endif
- enddo
- case c='3'
- ?'═╦│÷'
- endcase
- release b,c,d,bh,rno
- use
- return
-
-