home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING002
-
- ;------------------------------------------------------------------------------
-
- If (Psa(1)) Then
- GetUser
- Endif
- PrintLn "@X0ENewAlias PPE V1.0 - Copyrite 1993 by Al Massari"
- PrintLn "@X0EUnRegistered Copy"
- InputYN "@X0BDo you what to change your Alias (Enter=No)", STRING002, 10
- If (STRING002 == YesChar()) Goto LABEL001
- If (STRING002 == NoChar()) Goto LABEL002
- If (STRING002 == "") Goto LABEL002
- :LABEL001
- If (Psa(1)) Then
- GetUser
- PrintLn
- Input "@X0AWhat is your new Alias (Enter=No Change)", U_Alias
- PutUser
- Endif
- :LABEL002
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 5 Goto
- ; 3 PrintLn
- ; 5 If
- ; 1 Input
- ; 2 GetUser
- ; 1 PutUser
- ; 1 InputYN
- ;
- ;
- ; ■ Functions used :
- ;
- ; 3 ==
- ; 2 !
- ; 1 NoChar()
- ; 1 YesChar()
- ; 2 Psa()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : W
- ;
- ; W - Write user ■ 5
- ; Program writes a user record. Although this may be normal for a
- ; User Editor, it may also be a way to modify an account level.
- ; ■ Search for : PUTUSER
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 2 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-