home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / POWRPK10.ZIP / WHERE10.ZIP / WHERE.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1994-02-26  |  2KB  |  76 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.     String   STRING002
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     PrintLn 
  25.     PrintLn "@X10┌──────────────────────────────────────────────────────────────────┐@X07"
  26.     PrintLn "@X19@X10│  @X1FWhere did you get this number?  WHERE.PPE - Compiled 2/26/94    @X10│@X07"
  27.     PrintLn "@X10│           @X1CWritten by Michael Cherin of DynaSOFT BBS              @X10│@X07"
  28.     PrintLn "@X10└──────────────────────────────────────────────────────────────────┘@X07"
  29.     PrintLn 
  30.     PrintLn "@X0CPlease answer the following questions so we can have a more detailed"
  31.     PrintLn "user information database."
  32.     PrintLn 
  33.     InputStr "@X0AWhere did you get this phone number from", STRING001, 10, 15, "qazwsxedcrfvtgbyhnujmik,ol.p;/[']QAZWSXEDCRFVTGBYHNUJMIK<OL>P:?{} ", 2
  34.     PrintLn 
  35.     InputStr "What brand of CPU do you have", STRING002, 10, 15, "qazwsxedcrfvtgbyhnujmikl,./p;[']QAZWSXEDCRFVTGBYHNUJMIKL,./;'[]{}:<>?1234567890-=\ ", 2
  36.     PrintLn 
  37.     PrintLn 
  38.     Wait
  39.     KbdStuff STRING001 + " - " + STRING002 + Chr(13)
  40.     End
  41.  
  42. ;------------------------------------------------------------------------------
  43. ;
  44. ; Usage report (before postprocessing)
  45. ;
  46. ; ■ Statements used :
  47. ;
  48. ;    1       End
  49. ;    1       Wait
  50. ;    12      PrintLn 
  51. ;    2       InputStr 
  52. ;    1       KbdStuff 
  53. ;
  54. ;
  55. ; ■ Functions used :
  56. ;
  57. ;    3       +
  58. ;    1       Chr()
  59. ;
  60. ;------------------------------------------------------------------------------
  61. ;
  62. ; Analysis flags : No flag
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ; Postprocessing report
  67. ;
  68. ;    0       For/Next
  69. ;    0       While/EndWhile
  70. ;    0       If/Then or If/Then/Else
  71. ;    0       Select Case
  72. ;
  73. ;------------------------------------------------------------------------------
  74. ;                 AEGiS Corp - Break the routines, code against the machines!
  75. ;------------------------------------------------------------------------------
  76.