home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
PCBOARD
/
MTHTOP11.ZIP
/
TOP150.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1994-02-22
|
2KB
|
117 lines
;------------------------------------------------------------------------------
; .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 2.OO (plain) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer TINTEGER001(150)
Integer TINTEGER002(150)
Integer INTEGER003
Integer INTEGER004
Integer TINTEGER005(150)
String TSTRING001(150)
;------------------------------------------------------------------------------
For INTEGER003 = 1 To 150
GetAltUser INTEGER003
TINTEGER001(INTEGER003) = U_Bul()
TINTEGER005(INTEGER003) = U_Bdl()
TSTRING001(INTEGER003) = U_Name()
Next
DispFile PPEPath() + "top.pcb", 0
AnsiPos 1, 22
PrintLn "@X09MiRTH-TOP15 V1.0 Coded by ..: Eddie [=Broon's Bane=]"
Color 3
Sort TINTEGER001, TINTEGER002
For INTEGER003 = 0 To 14
INTEGER004 = 150 - INTEGER003
AnsiPos 6, 7 + INTEGER003
Print TSTRING001(TINTEGER002(INTEGER004))
AnsiPos 26, 7 + INTEGER003
PrintLn TINTEGER001(TINTEGER002(INTEGER004))
Next
Sort TINTEGER005, TINTEGER002
For INTEGER003 = 0 To 14
INTEGER004 = 150 - INTEGER003
AnsiPos 45, 7 + INTEGER003
Print TSTRING001(TINTEGER002(INTEGER004))
AnsiPos 65, 7 + INTEGER003
PrintLn TINTEGER005(TINTEGER002(INTEGER004))
Next
Newline
Wait
Return
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 Wait
; 1 Color
; 6 Goto
; 11 Let
; 2 Print
; 3 PrintLn
; 3 If
; 1 DispFile
; 1 Return
; 1 Newline
; 5 AnsiPos
; 1 GetAltUser
; 2 Sort
;
;
; ■ Functions used :
;
; 8 +
; 2 -
; 3 <
; 3 <=
; 6 >=
; 3 !
; 6 &&
; 3 ||
; 1 U_Name()
; 1 U_Bdl()
; 1 U_Bul()
; 1 PPEPath()
;
;------------------------------------------------------------------------------
;
; Analysis flags : R
;
; R - Read user ■ 5
; User records are read, this may signify that someone wants to get
; various informations about a user (for example his password), but
; this may also be normal for a program accessing user records (for
; example a User Editor)
; ■ Search for : GETALTUSER
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 3 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------