I have a sub (subroutine), and in it I have some READ + DATA statements. When I try to run the program, it won't accept the data lines; I think Qbasic thinks "data" is my own custom function that I haven't defined. The read/data works fine if it's not in a sub, but that would force me to rearrange my program. Can anyone help?