home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SDE-PGL1.ZIP / SDE-PL.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-07-09  |  810b  |  80 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 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER002
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     GetUser
  24.     Cls
  25.     StartDisp 1
  26.     DispFile PPEPath() + "pageln.ans", 1
  27.     Newline
  28.     INTEGER002 = U_PageLen - 2
  29.     InputInt "@X03PLEEZ ENTA DA NUMBA AT@X0B DA TOP OF DA SCREEN@X07: @X09", INTEGER002, 3
  30.     U_PageLen = INTEGER002 + 2
  31.     PutUser
  32.     Newline
  33.     End
  34.  
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ; Usage report (before postprocessing)
  38. ;
  39. ; ■ Statements used :
  40. ;
  41. ;    1       End
  42. ;    1       Cls
  43. ;    1       Goto 
  44. ;    2       Let 
  45. ;    1       DispFile 
  46. ;    1       StartDisp 
  47. ;    1       GetUser
  48. ;    1       PutUser
  49. ;    1       InputInt 
  50. ;    2       Newline
  51. ;
  52. ;
  53. ; ■ Functions used :
  54. ;
  55. ;    2       +
  56. ;    1       -
  57. ;    1       PPEPath()
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Analysis flags : W
  62. ;
  63. ; W - Write user ■ 5
  64. ;     Program writes a user record. Although this may be normal for a
  65. ;     User Editor, it may also be a way to modify an account level.
  66. ;     ■ Search for : PUTUSER
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ; Postprocessing report
  71. ;
  72. ;    0       For/Next
  73. ;    0       While/EndWhile
  74. ;    0       If/Then or If/Then/Else
  75. ;    0       Select Case
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;                 AEGiS Corp - Break the routines, code against the machines!
  79. ;------------------------------------------------------------------------------
  80.