home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
PCBOARD
/
POWRPK10.ZIP
/
WHERE10.ZIP
/
WHERE.PPE
(
.txt
)
< prev
Wrap
PCBoard Programming Language Executable
|
1994-02-26
|
2KB
|
76 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
;------------------------------------------------------------------------------
String STRING001
String STRING002
;------------------------------------------------------------------------------
PrintLn
PrintLn "@X10┌──────────────────────────────────────────────────────────────────┐@X07"
PrintLn "@X19@X10│ @X1FWhere did you get this number? WHERE.PPE - Compiled 2/26/94 @X10│@X07"
PrintLn "@X10│ @X1CWritten by Michael Cherin of DynaSOFT BBS @X10│@X07"
PrintLn "@X10└──────────────────────────────────────────────────────────────────┘@X07"
PrintLn
PrintLn "@X0CPlease answer the following questions so we can have a more detailed"
PrintLn "user information database."
PrintLn
InputStr "@X0AWhere did you get this phone number from", STRING001, 10, 15, "qazwsxedcrfvtgbyhnujmik,ol.p;/[']QAZWSXEDCRFVTGBYHNUJMIK<OL>P:?{} ", 2
PrintLn
InputStr "What brand of CPU do you have", STRING002, 10, 15, "qazwsxedcrfvtgbyhnujmikl,./p;[']QAZWSXEDCRFVTGBYHNUJMIKL,./;'[]{}:<>?1234567890-=\ ", 2
PrintLn
PrintLn
Wait
KbdStuff STRING001 + " - " + STRING002 + Chr(13)
End
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 1 Wait
; 12 PrintLn
; 2 InputStr
; 1 KbdStuff
;
;
; ■ Functions used :
;
; 3 +
; 1 Chr()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------