home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SX503P1.ZIP / XPEXE.ZIP / XPMENU.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-11-19  |  694b  |  65 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.     DefColor
  24.     Cls
  25.     DispFile PPEPath() + PPEName(), 2 + 1 + 4
  26.     InputStr "(@TIMELEFT@ min left) Enter Xpress Command", STRING001, 14, 45, Mask_Ascii(), 8
  27.     KbdStuff STRING001
  28.  
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ; Usage report (before postprocessing)
  32. ;
  33. ; ■ Statements used :
  34. ;
  35. ;    1       Cls
  36. ;    1       DispFile 
  37. ;    1       DefColor
  38. ;    1       InputStr 
  39. ;    1       KbdStuff 
  40. ;
  41. ;
  42. ; ■ Functions used :
  43. ;
  44. ;    3       +
  45. ;    1       Mask_Ascii()
  46. ;    1       PPEPath()
  47. ;    1       PPEName()
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ; Analysis flags : No flag
  52. ;
  53. ;------------------------------------------------------------------------------
  54. ;
  55. ; Postprocessing report
  56. ;
  57. ;    0       For/Next
  58. ;    0       While/EndWhile
  59. ;    0       If/Then or If/Then/Else
  60. ;    0       Select Case
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;                 AEGiS Corp - Break the routines, code against the machines!
  64. ;------------------------------------------------------------------------------
  65.