home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 019A / PCBDEMO.ZIP / PCBDISK1.EXE / RIP / PPE / READPW.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-01-01  |  801b  |  64 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.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     Print Chr(2) + "10$SAVEALL$"
  24.     DispFile PPEPath() + "RDPWQUES", 4
  25.     InputStr "_", STRING001, 7, 12, Mask_Ascii(), 0
  26.     Print Chr(2) + "10$RESTOREALL$"
  27.     End
  28.  
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ; Usage report (before postprocessing)
  32. ;
  33. ; ■ Statements used :
  34. ;
  35. ;    1       End
  36. ;    2       Print 
  37. ;    1       DispFile 
  38. ;    1       InputStr 
  39. ;
  40. ;
  41. ; ■ Functions used :
  42. ;
  43. ;    3       +
  44. ;    2       Chr()
  45. ;    1       Mask_Ascii()
  46. ;    1       PPEPath()
  47. ;
  48. ;------------------------------------------------------------------------------
  49. ;
  50. ; Analysis flags : No flag
  51. ;
  52. ;------------------------------------------------------------------------------
  53. ;
  54. ; Postprocessing report
  55. ;
  56. ;    0       For/Next
  57. ;    0       While/EndWhile
  58. ;    0       If/Then or If/Then/Else
  59. ;    0       Select Case
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;                 AEGiS Corp - Break the routines, code against the machines!
  63. ;------------------------------------------------------------------------------
  64.