home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TST-SCR1.ZIP / SCREEN.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-10-31  |  811b  |  78 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.     String   STRING002
  21.     String   STRING003
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     Cls
  26.     StartDisp 1
  27.     FOpen 1, PPEPath() + "screen.cfg", 2, 0
  28.     FGet 1, STRING001
  29.     FClose 1
  30.     STRING003 = STRING001
  31.     STRING002 = Random(STRING003)
  32.     DispFile PPEPath() + "screen." + STRING002, 0
  33.     Wait
  34.     PrintLn "@X09RANDOM SCREENS v1.0 by @X0FBeaTMaSTeR V @X09- @X0FT.S.T."
  35.     Delay 20
  36.     StartDisp 2
  37.  
  38. ;------------------------------------------------------------------------------
  39. ;
  40. ; Usage report (before postprocessing)
  41. ;
  42. ; ■ Statements used :
  43. ;
  44. ;    1       Cls
  45. ;    1       Wait
  46. ;    2       Let 
  47. ;    1       PrintLn 
  48. ;    1       DispFile 
  49. ;    1       FOpen 
  50. ;    1       FClose 
  51. ;    1       FGet 
  52. ;    2       StartDisp 
  53. ;    1       Delay 
  54. ;
  55. ;
  56. ; ■ Functions used :
  57. ;
  58. ;    3       +
  59. ;    1       Random()
  60. ;    2       PPEPath()
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;
  64. ; Analysis flags : No flag
  65. ;
  66. ;------------------------------------------------------------------------------
  67. ;
  68. ; Postprocessing report
  69. ;
  70. ;    0       For/Next
  71. ;    0       While/EndWhile
  72. ;    0       If/Then or If/Then/Else
  73. ;    0       Select Case
  74. ;
  75. ;------------------------------------------------------------------------------
  76. ;                 AEGiS Corp - Break the routines, code against the machines!
  77. ;------------------------------------------------------------------------------
  78.