I am making a computer system locking
program with Qbasic and I thought it would be
cool to make it verify the code, pretendedly.
Therefore, the user would enter the code, hit
enter, it would say validating and then dots
would flash slowly [ . ] [ .. ] [ ... ] and perhaps
loop for a couple of seconds and then move
onto the next command line. Is this possible
in Qbasic please help. - Brad
for i=1 to whatever
print ".";
sleep 1
next i
Helped alot, works perfectly. Thanks alot- 4loop
I thought i was the last QB programmer. glad it helped! :-)