home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- a=trim(a)
- set device to print
- set print on
- ? chr(27)+"IJ"
- set print off
- @ prow()+1,1 say "╔Φ▒╕═╢╫╩╙Φ▓Γ▒φú¿╖╜░╕ú║"+a+"ú⌐"
- @ prow()+1,1 say " "
- @ prow()+1,1 say "═Γ▒╥ú║"+b+" ▒╚╝█ú║"+d
- @ prow()+1,1 say ì
- "=================================================================ì
- ======"
- @ prow()+1,1 say "| |═Γ ╗π| | ì
- | |"
- @ prow()+1,1 say "|╧ε ─┐|---------------------|╚╦├±▒╥ ì
- |║╧ ╝╞| ╒╝úÑ |"
- @ prow()+1,1 say "| |═Γ ▒╥|╚╦├±▒╥ | ì
- | | |"
- @ prow()+1,1 say ì
- "|------------------|----------|----------|----------|----------|------|"
- sum j1,j2,j3,j4 to x1,x2,x3,x
- goto 1
- do while .not. eof()
- @ prow()+1,1 say "|"+j0+"|"+str(j1,10,2)+"|"+str(j2,10, ì
- 2)+"|"+str(j3,10,2)+"|"+str(j3,10,2)+"|"+str(j4/x,6,2)+"|"
- @ prow()+1,1 say ì
- "|------------------|----------|----------|----------|----------|------|"
- skip
- enddo
- @ prow()+1,1 say "|║╧ ì
- ╝╞|"+str(x1,10,2)+"|"+str(x2,10,2)+"|"+str(x3,10,2)+"|"+str(x,10,2ì
- )+"|"+" |"
- @ prow()+1,1 say ì
- "=================================================================ì
- ======"
- set print on
- ? chr(13)
- set print off
- set device to screen
- retu