home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / PPE / Q_TIP / Q_CMD100.ZIP / LOGCMD.PPE (.txt) < prev    next >
Encoding:
PCBoard Programming Language Executable  |  1994-01-26  |  746 b   |  62 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.     InputStr "@X01[@X03@TIMELEFT@ mins@X01] @X0B@INCONF@, Your Command? _", STRING001, 7, 200, Mask_Ascii(), 256
  24.     If (STRING001 <> "") Log "Menu Command: " + STRING001, 0
  25.     KbdStuff STRING001 + Chr(13)
  26.  
  27. ;------------------------------------------------------------------------------
  28. ;
  29. ; Usage report (before postprocessing)
  30. ;
  31. ; ■ Statements used :
  32. ;
  33. ;    1       If 
  34. ;    1       Log 
  35. ;    1       InputStr 
  36. ;    1       KbdStuff 
  37. ;
  38. ;
  39. ; ■ Functions used :
  40. ;
  41. ;    2       +
  42. ;    1       <>
  43. ;    1       Chr()
  44. ;    1       Mask_Ascii()
  45. ;
  46. ;------------------------------------------------------------------------------
  47. ;
  48. ; Analysis flags : No flag
  49. ;
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ; Postprocessing report
  53. ;
  54. ;    0       For/Next
  55. ;    0       While/EndWhile
  56. ;    0       If/Then or If/Then/Else
  57. ;    0       Select Case
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;                 AEGiS Corp - Break the routines, code against the machines!
  61. ;------------------------------------------------------------------------------
  62.