home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THTLG211.ZIP / HTLAST.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-01-25  |  799b  |  74 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.     String   STRING002
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     FOpen 1, PPEPath() + "HTLOGON.CNF", 0, 0
  25.     FGet 1, STRING001
  26.     FGet 1, STRING002
  27.     FClose 1
  28.     If (AnsiOn()) Goto LABEL001
  29.     Print "20HLast Name:"
  30.     Goto LABEL002
  31.     :LABEL001
  32.     AnsiPos 20, 10
  33.     Print STRING002 + "L" + STRING001 + "ast Nam" + STRING002 + "e@X0F:"
  34.     :LABEL002
  35.  
  36. ;------------------------------------------------------------------------------
  37. ;
  38. ; Usage report (before postprocessing)
  39. ;
  40. ; ■ Statements used :
  41. ;
  42. ;    2       Goto 
  43. ;    2       Print 
  44. ;    1       If 
  45. ;    1       FOpen 
  46. ;    1       FClose 
  47. ;    2       FGet 
  48. ;    1       AnsiPos 
  49. ;
  50. ;
  51. ; ■ Functions used :
  52. ;
  53. ;    6       +
  54. ;    1       !
  55. ;    1       PPEPath()
  56. ;    1       AnsiOn()
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Analysis flags : No flag
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;
  64. ; Postprocessing report
  65. ;
  66. ;    0       For/Next
  67. ;    0       While/EndWhile
  68. ;    0       If/Then or If/Then/Else
  69. ;    0       Select Case
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;                 AEGiS Corp - Break the routines, code against the machines!
  73. ;------------------------------------------------------------------------------
  74.