home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
019A
/
PCBDEMO.ZIP
/
PCBDISK1.EXE
/
RIP
/
PPE
/
SLCTCNF.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1993-01-01
|
1KB
|
95 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
Int INT001
Int INT002
;------------------------------------------------------------------------------
INT002 = 1
For INT001 = 4 To 20
STRING001 = LTrim(ScrText(1, INT001, 5, 0), " ")
If (Len(STRING001) <> 0) Then
STRING001 = STRING001 + "^M"
MouseReg INT002, 1, INT001, 79, INT001 + 1, 8, 8, 1, 0, STRING001
INT002 = INT002 + 1
Endif
Next
DispFile PPEPath() + "SLCTCNF", 4 + 1
Gosub LABEL001
End
:LABEL001
FreshLine
PrintLn Chr(2), "|1", Chr(27), "0000$COFF$"
Return
FreshLine
PrintLn Chr(2), "|1", Chr(27), "0000$CON$"
Return
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 3 Goto
; 6 Let
; 2 PrintLn
; 2 If
; 1 DispFile
; 1 Gosub
; 2 Return
; 2 FreshLine
; 1 MouseReg
;
;
; ■ Functions used :
;
; 6 +
; 1 <>
; 1 <
; 1 <=
; 2 >=
; 2 !
; 2 &&
; 1 ||
; 1 Len(
; 4 Chr()
; 1 LTrim()
; 1 PPEPath()
; 1 ScrText()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 1 For/Next
; 0 While/EndWhile
; 1 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------