home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SCUMQT10.ZIP / QUOTE1.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-08-16  |  740b  |  70 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.     CloseCap 
  24.     InputStr ReadLine(PPEPath() + "QUOTE.CNF", 1), STRING001, 10, 15, Mask_Ascii(), 256
  25.     If (STRING001 == "") Then
  26.         KbdStuff Chr(13)
  27.     Else
  28.         KbdStuff STRING001
  29.     Endif
  30.  
  31. ;------------------------------------------------------------------------------
  32. ;
  33. ; Usage report (before postprocessing)
  34. ;
  35. ; ■ Statements used :
  36. ;
  37. ;    2       Goto 
  38. ;    1       If 
  39. ;    1       InputStr 
  40. ;    2       KbdStuff 
  41. ;    1       CloseCap 
  42. ;
  43. ;
  44. ; ■ Functions used :
  45. ;
  46. ;    1       +
  47. ;    1       ==
  48. ;    1       !
  49. ;    1       Chr()
  50. ;    1       Mask_Ascii()
  51. ;    1       PPEPath()
  52. ;    1       ReadLine()
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ; Analysis flags : No flag
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Postprocessing report
  61. ;
  62. ;    0       For/Next
  63. ;    0       While/EndWhile
  64. ;    1       If/Then or If/Then/Else
  65. ;    0       Select Case
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;                 AEGiS Corp - Break the routines, code against the machines!
  69. ;------------------------------------------------------------------------------
  70.