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 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING001
- String STRING002
- String STRING003
-
- ;------------------------------------------------------------------------------
-
- STRING001 = Upper(ReadLine(PCBDat(), 2) + ReadLine(PCBDat(), 94))
- STRING002 = 1
- For STRING003 = 1 To Len(STRING001) Step 3
- STRING002 = Left(STRING002 * Asc(Mid(STRING001, STRING003, 1)), 6)
- Next
- Newline
- PrintLn "@X08R@X07e@X0Fgistration Number for your board @X07i@X08s: @X08[@X07", STRING002, "@X08]"
- Wait
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 Wait
- ; 2 Goto
- ; 5 Let
- ; 1 PrintLn
- ; 1 If
- ; 1 Newline
- ;
- ;
- ; ■ Functions used :
- ;
- ; 1 *
- ; 2 +
- ; 1 <
- ; 1 <=
- ; 2 >=
- ; 1 !
- ; 2 &&
- ; 1 ||
- ; 2 Len(
- ; 1 Upper()
- ; 1 Mid()
- ; 1 Left()
- ; 1 Asc()
- ; 2 PCBDat()
- ; 2 ReadLine()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : d
- ;
- ; d - Access PCBOARD.DAT ■ 2
- ; Program gets the full pathname to PCBOARD.DAT, this may be usefull
- ; for many PPE so they can find various informations on the system
- ; (system paths, max number of lines in messages, ...) but it may also
- ; be a way to gather vital informations.
- ; ■ Search for : PCBDAT()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 1 For/Next
- ; 0 While/EndWhile
- ; 0 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-