home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TOP5PCB.ZIP / TOP5.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-10-02  |  593b  |  67 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.     STRING001 = TokenStr()
  24.     If (Exist(PPEPath() + "TOP5.")) DispFile PPEPath() + "TOP5.", 2
  25.     Wait
  26.     KbdStuff "F " + STRING001 + Chr(13)
  27.     End
  28.  
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ; Usage report (before postprocessing)
  32. ;
  33. ; ■ Statements used :
  34. ;
  35. ;    1       End
  36. ;    1       Wait
  37. ;    1       Let 
  38. ;    1       If 
  39. ;    1       DispFile 
  40. ;    1       KbdStuff 
  41. ;
  42. ;
  43. ; ■ Functions used :
  44. ;
  45. ;    4       +
  46. ;    1       Chr()
  47. ;    2       PPEPath()
  48. ;    1       Exist()
  49. ;    1       TokenStr()
  50. ;
  51. ;------------------------------------------------------------------------------
  52. ;
  53. ; Analysis flags : No flag
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ; Postprocessing report
  58. ;
  59. ;    0       For/Next
  60. ;    0       While/EndWhile
  61. ;    0       If/Then or If/Then/Else
  62. ;    0       Select Case
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;                 AEGiS Corp - Break the routines, code against the machines!
  66. ;------------------------------------------------------------------------------
  67.