• Welcome to Valhalla Legends Archive.
 

err..help!

Started by haZe, December 27, 2002, 08:10 AM

Previous topic - Next topic

Necrosis

#30
btw get on aim, my sn is th3rm41 I want to talk to you

haZe

#31
necrosis i cant parents banned me sry
no aim, no icq, no aim, no nuttin sry
if u want to chat send me an IM thru the forum that we're on
duh
=p
bye
ttyl
=D

Mesiah / haiseM

#32
CLS

COLOR 4
PRINT "Hi, my name is bob!"

INPUT "What is your name"; name$
PRINT "Hi," & name$ & "!"

END

QB > all

------------------------------------------

I just wanted to post to say the lil MSWord comment yoni made, was quite creative and amusing :P
]HighBrow Innovations
Coming soon...

AIM Online Status: 

haZe

#33
huh? mesiah i didnt understand that last post..  :-/

Mesiah / haiseM

#34
u moron, and u said u knew qbasic, pfft
]HighBrow Innovations
Coming soon...

AIM Online Status: 

Necrosis

#35
rofl, sorry haze but you just got owned

Yoni

#36
CLS: RANDOMIZE
FOR I = 1 TO 1000000: NEXT
DO
COLOR INT(RND * 15) + 1
PRINT CHR$(INT(RND * 256));
BEEP
LOOP

l)ragon

#37
correct me if im wrong Yoni lol but would that not like get very annoying.

~l)ragon
*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*ˆ¨¯¯¨ˆ*^~·.,l)ragon,.-·~^*ˆ¨¯¯¨ˆ*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*

Etheran

#38
play "l8edcdeel4el8ddl4dl8egl4gl8edcdeeeeddedc"

gogo!!

Yoni

#39
It's meant to be run on multiple public computers, preferably in a school's computer lab.
The "FOR" loop in the beginning gives you time to walk away.

st0rm of incdamage

#40
Hmmm...
Been programming since I was 9. PhatBot developed at age 12. Going to resist the urge to flame, but you have to use common sense, Haze. Think, what happens when you join a channel? The list is cleared and then filled up with users. Thus, how do I clear the list? Well, lets see if there's a clear method or something similar? Aha! Maybe if I call it when I join a channel, problems will be solved?

By the way, don't learn VB6. It's dead. It has maybe 2 years tops left in it. VB.NET is replacing it. From all accounts (including mine, I bought it legally too), it SUCKS.

Learn Python. It's an easy, powerful language that beginners as well as professionals use. Free, object-oriented, RAD. What more could you ask?

www.python.org
http://www.python.org/doc/current/tut/tut.html
www.jython.org

Have fun.

MrRaza

#41
Java/c/c++/perl/python/LISP - the way to go...

st0rm again

#42
Don't think I remembered all my color codes, but...
SCREEN 12 '640x480x8bpp, no pcopy :(
COLOR 7
CIRCLE (320,240), 100
COLOR 4
CIRCLE (280,200), 10
CIRCLE (360,200), 10
COLOR 1
CIRCLE (320,280), 20

My first language as well; anyone ever read Greg Perry?

MichaelPW

#43
" anyone ever read Greg Perry? "


- Impressive author, indeed:)

|