Re: Passing arguments into qbasic

by Laanan Fisher (no login)

You can't directly pass command line arguments to QBasic programs, like you can with QuickBASIC programs. You can pass arguments through an environment variable, and read them with ENVIRON$.

Posted on Dec 19, 2009, 12:33 PM

Respond to this message   

Return to Index