Apr 12, 2006 #1 F freakazoid Newbie level 6 Joined Mar 31, 2006 Messages 13 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,374 qbasic programming... i've read a code write in qbasic but don't understand one thing... what is the meaning for this code? Code: Eol$=INPUT$(2,#Chan) Chan is the filename loaded.can someone tell me what the code does?if i want to change it to visual basic 6.0 code,how to write it?
qbasic programming... i've read a code write in qbasic but don't understand one thing... what is the meaning for this code? Code: Eol$=INPUT$(2,#Chan) Chan is the filename loaded.can someone tell me what the code does?if i want to change it to visual basic 6.0 code,how to write it?
Apr 12, 2006 #2 leotim Full Member level 3 Joined Jul 13, 2005 Messages 166 Helped 5 Reputation 10 Reaction score 0 Trophy points 1,296 Activity points 2,596 Re: qbasic programming... i think that it means to read from Chan file 2 variables and put them in Eol.
Re: qbasic programming... i think that it means to read from Chan file 2 variables and put them in Eol.
Apr 12, 2006 #3 eelinker Full Member level 5 Joined Feb 12, 2006 Messages 267 Helped 16 Reputation 32 Reaction score 8 Trophy points 1,298 Location PERSIA Activity points 2,775 Re: qbasic programming... The Doller sign [$] after variables means that the variable is a string one!
Re: qbasic programming... The Doller sign [$] after variables means that the variable is a string one!