I ran into another problem, though. In Java, there are methods. Very handy. Very dandy. But, I cannot figure out how to replace them in BASIC. I tried using labels and GOTO, but that executew ALL lines after the label. I tried labels, GOSUB, and RETURN, but only recieved RETURN without GOSUB errors and whatever. I need to know how to replace methods and how exactly labels and GOTO/GOSUB work.