* Tried it on my XP and it works like /B only
by
Clippy
(Login
burger2227
)
R
Posted on Mar 12, 2010, 3:09 PM
Respond to this message
Return to Index
Response Title
Author and Date
I am stumped
unseenmachine
on Mar 12
LOL @ weird lights :-)
Clippy
on Mar 12
No joy as of yet
unseenmachine
on Mar 12
* Use count% MOD 20 in a LINE INPUT # file reading loop. Wait for a click or keypress.
Clippy
on Mar 12
* QB64 should be able to run your SHELL without worrying about the program screen.
Clippy
on Mar 12
Got that bit cracked thanks folks!!!
unseenmachine
on Mar 12
Simple MOD demo
Clippy
on Mar 12
That's a lame way to do it
Ben
on Mar 12
* In QB SUBs are DECLARED when used and program is saved. QB64 ignores DECLARE.
Clippy
on Mar 12
*Yes, but I meant variable declarations like dim dta as x or dim regs as y
Ben
on Mar 12
Why is it lame
unseenmachine
on Mar 12
* Don't mind Ben, he always is a critic. Just ignore him because he is depressed!
Clippy
on Mar 12
*haha
Ben
on Mar 13
* All I posted were specific SUBs, not a full program!
Clippy
on Mar 12
got the list loaded now but
unseenmachine
on Mar 13
Use DO UNTIL EOF(#) LINE INPUT loop to count the number of files, then DIM array.
Clippy
on Mar 13
Ok
unseenmachine
on Mar 13
Don't allow clicks on rows above the count value.
Clippy
on Mar 13