If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
10 INPUT "who to ban: "; U$
20 PRINT "ban list"; U$
30 REM
40 INPUT "how many bans do you want: "; N
50 S$ = ""
60 FOR I = 1 TO N
70 S$ = S$ + "*"
80 NEXT I
90 PRINT S$
100 REM
110 INPUT "do you wnat to ban thes people? "; A$
120 IF LEN(A$) = 0 THEN GOTO 110
130 A$ = LEFT$(A$, 1)
140 IF (A$ = "Y") OR (A$ = "y") THEN GOTO 40
150 PRINT "BANNED!!!";
160 FOR I = 1 TO 200
170 PRINT U$; " ";
180 NEXT I
190 PRINT
my cheap shit mobo wont let me overclock any more. i am sure i can push it harder... a lot harder. atm on full load it is still under 40' but there's nothing available for S478 anymore though... ftl
Comment