home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / CATLST41.ZIP / CATLIST.ZIP / CLIST.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-05-24  |  658b  |  75 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     GetUser
  24.     STRING001 = U_RecNum(U_Name())
  25.     If (Exist(PPEPath() + STRING001)) Then
  26.         DispFile PPEPath() + STRING001, 4 + 2 + 1
  27.         Log "* CatList Notice Sent!", 0
  28.         Delete PPEPath() + STRING001
  29.         Wait
  30.     Endif
  31.     End
  32.  
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ; Usage report (before postprocessing)
  36. ;
  37. ; ■ Statements used :
  38. ;
  39. ;    1       End
  40. ;    1       Wait
  41. ;    1       Goto 
  42. ;    1       Let 
  43. ;    1       If 
  44. ;    1       DispFile 
  45. ;    1       GetUser
  46. ;    1       Delete 
  47. ;    1       Log 
  48. ;
  49. ;
  50. ; ■ Functions used :
  51. ;
  52. ;    5       +
  53. ;    1       !
  54. ;    1       U_Name()
  55. ;    3       PPEPath()
  56. ;    1       Exist()
  57. ;    1       U_RecNum()
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Analysis flags : No flag
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;
  65. ; Postprocessing report
  66. ;
  67. ;    0       For/Next
  68. ;    0       While/EndWhile
  69. ;    1       If/Then or If/Then/Else
  70. ;    0       Select Case
  71. ;
  72. ;------------------------------------------------------------------------------
  73. ;                 AEGiS Corp - Break the routines, code against the machines!
  74. ;------------------------------------------------------------------------------
  75.