home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THTMSG11.ZIP / MORE.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-05-31  |  1KB  |  105 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.     Integer  INTEGER002
  20.     Integer  INTEGER003
  21.     String   STRING001
  22.     String   STRING002
  23.     String   STRING003
  24.     String   STRING004
  25.     String   STRING005
  26.  
  27. ;------------------------------------------------------------------------------
  28.  
  29.     FOpen 1, PPEPath() + PPEName() + ".cnf", 0, 0
  30.     FGet 1, STRING005
  31.     FClose 1
  32.     INTEGER002 = GetY()
  33.     GetUser
  34.     U_PageLen = 23
  35.     PutUser
  36.     STRING003 = ScrText(1, 0, 5, 0)
  37.     STRING004 = ScrText(1, 0, 5, 0)
  38.     STRING001 = ScrText(1, 0, 5, 0)
  39.     STRING002 = PPEPath() + "tht-msg.ppe"
  40.     If (((STRING001 == "Date:") || (STRING001 == "From:")) || (STRING001 == "  To:")) Then
  41.         DispStr "!" + STRING002
  42.     Endif
  43.     DefColor
  44.     AnsiPos 1, INTEGER002 + 1
  45.     Print STRING005
  46.     STRING005 = StripAtx(STRING005)
  47.     INTEGER003 = Len(STRING005)
  48.     AnsiPos INTEGER003 - 6, INTEGER002 + 1
  49.  
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ; Usage report (before postprocessing)
  53. ;
  54. ; ■ Statements used :
  55. ;
  56. ;    1       Goto 
  57. ;    8       Let 
  58. ;    1       Print 
  59. ;    1       If 
  60. ;    1       FOpen 
  61. ;    1       FClose 
  62. ;    1       FGet 
  63. ;    1       GetUser
  64. ;    1       PutUser
  65. ;    1       DefColor
  66. ;    1       DispStr 
  67. ;    2       AnsiPos 
  68. ;
  69. ;
  70. ; ■ Functions used :
  71. ;
  72. ;    6       +
  73. ;    1       -
  74. ;    3       ==
  75. ;    1       !
  76. ;    2       ||
  77. ;    1       Len(
  78. ;    1       StripAtx()
  79. ;    2       PPEPath()
  80. ;    1       GetY()
  81. ;    1       PPEName()
  82. ;    3       ScrText()
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;
  86. ; Analysis flags : W
  87. ;
  88. ; W - Write user ■ 5
  89. ;     Program writes a user record. Although this may be normal for a
  90. ;     User Editor, it may also be a way to modify an account level.
  91. ;     ■ Search for : PUTUSER
  92. ;
  93. ;------------------------------------------------------------------------------
  94. ;
  95. ; Postprocessing report
  96. ;
  97. ;    0       For/Next
  98. ;    0       While/EndWhile
  99. ;    1       If/Then or If/Then/Else
  100. ;    0       Select Case
  101. ;
  102. ;------------------------------------------------------------------------------
  103. ;                 AEGiS Corp - Break the routines, code against the machines!
  104. ;------------------------------------------------------------------------------
  105.