Argument passing fails in Win 2000

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
DaneBrooke
Newbie
Posts: 1
Joined: Fri Feb 22, 2008 11:20 pm
Location: Seattle!

Argument passing fails in Win 2000

Post by DaneBrooke »

But I was able to work around this two ways. Either use only global variables (which then become reserved names) in the function body or code the function inline. I know Win 2000 is not listed as a supported language, but I wanted the ability to just dash out a short quick program to compute the value of a function, and I always liked having a BASIC option under the prior operating systems.
Mac
Full Member
Posts: 48
Joined: Wed Jun 29, 2005 2:01 am
Contact:

Re: Argument passing fails in Win 2000

Post by Mac »

DaneBrooke wrote:Win 2000 is not listed as a supported language
It's not clear what your question is.
Post Reply