home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / DMSPPE1B.ZIP / XON.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1995-01-11  |  572b  |  71 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 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     GetUser
  23.     If (U_Expert == 0) Then
  24.         U_Expert = 1
  25.         Cls
  26.         PutUser
  27.     Endif
  28.     End
  29.  
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ; Usage report (before postprocessing)
  33. ;
  34. ; ■ Statements used :
  35. ;
  36. ;    1       End
  37. ;    1       Cls
  38. ;    1       Goto 
  39. ;    1       Let 
  40. ;    1       If 
  41. ;    1       GetUser
  42. ;    1       PutUser
  43. ;
  44. ;
  45. ; ■ Functions used :
  46. ;
  47. ;    1       ==
  48. ;    1       !
  49. ;
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ; Analysis flags : W
  53. ;
  54. ; W - Write user ■ 5
  55. ;     Program writes a user record. Although this may be normal for a
  56. ;     User Editor, it may also be a way to modify an account level.
  57. ;     ■ Search for : PUTUSER
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Postprocessing report
  62. ;
  63. ;    0       For/Next
  64. ;    0       While/EndWhile
  65. ;    1       If/Then or If/Then/Else
  66. ;    0       Select Case
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;                 AEGiS Corp - Break the routines, code against the machines!
  70. ;------------------------------------------------------------------------------
  71.